Skip to content

Commit

Permalink
Merge pull request #108 from samoht/dune-warning
Browse files Browse the repository at this point in the history
Fix dune warning
  • Loading branch information
samoht committed May 11, 2020
2 parents 2f1a9ed + e8332d5 commit b514d6a
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
_build
.merlin
*.swp
_opam
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,3 +1,7 @@
### v1.2.1 (2020-05-11)

* Fix minimal dune version (1.4) (#108 @samoht)

### v1.2.0 (2019-11-01)

* adapt to mirage-protocols 4.0.0 and tcpip 4.0.0 changes (#105 @hannesm)
Expand Down
2 changes: 1 addition & 1 deletion charrua-client-lwt.opam
Expand Up @@ -14,7 +14,7 @@ build: [
]

depends: [
"dune" {>= "1.2.0"}
"dune" {>= "1.4.0"}
"ocaml" {>= "4.06.0"}
"alcotest" {with-test}
"cstruct-unix" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion charrua-client-mirage.opam
Expand Up @@ -13,7 +13,7 @@ build: [
]

depends: [
"dune" {>= "1.2.0"}
"dune" {>= "1.4.0"}
"ocaml" {>= "4.06.0"}
"charrua-client-lwt" {= version}
"ipaddr" {>= "4.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion charrua-client.opam
Expand Up @@ -14,7 +14,7 @@ build: [
]

depends: [
"dune" {>= "1.2.0"}
"dune" {>= "1.4.0"}
"ocaml" {>= "4.06.0"}
"alcotest" {with-test}
"cstruct-unix" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion charrua-server.opam
Expand Up @@ -15,7 +15,7 @@ build: [

depends: [
"ocaml" {>= "4.06.0"}
"dune" {>= "1.2.0"}
"dune" {>= "1.4.0"}
"ppx_sexp_conv" {>= "v0.9.0"}
"menhir" {build}
"charrua" {= version}
Expand Down
2 changes: 1 addition & 1 deletion charrua-unix.opam
Expand Up @@ -10,7 +10,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"dune" {>= "1.2.0"}
"dune" {>= "1.4.0"}
"ocaml" {>= "4.06.0"}
"lwt" {>="3.0.0"}
"lwt_log"
Expand Down
2 changes: 1 addition & 1 deletion charrua.opam
Expand Up @@ -14,7 +14,7 @@ build: [

depends: [
"ocaml" {>= "4.06.0"}
"dune" {>= "1.2.0"}
"dune" {>= "1.4.0"}
"ppx_sexp_conv" {>="v0.10.0"}
"ppx_cstruct"
"cstruct" {>= "3.0.1"}
Expand Down
2 changes: 1 addition & 1 deletion dune-project
@@ -1,3 +1,3 @@
(lang dune 1.2)
(lang dune 1.4)
(name charrua)
(using menhir 2.0)

0 comments on commit b514d6a

Please sign in to comment.