File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ depends: [
18
18
"ocaml" {>= "4.04.2"}
19
19
"alcotest" {with-test}
20
20
"cstruct-unix" {with-test}
21
- "charrua" {>= "0.12 .0"}
22
- "charrua-client" {>= "0.12 .0"}
21
+ "charrua" {>= "1.0 .0"}
22
+ "charrua-client" {>= "1.0 .0"}
23
23
"cstruct" {>="3.0.2"}
24
24
"ipaddr" {>="3.0.0"}
25
25
"mirage-random" {>= "1.0.0"}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ build: [
15
15
depends: [
16
16
"dune" {build & >= "1.0"}
17
17
"ocaml" {>= "4.04.2"}
18
- "charrua-client-lwt" {>= "0.12 .0"}
18
+ "charrua-client-lwt" {>= "1.0 .0"}
19
19
"ipaddr" {>= "3.0.0"}
20
20
"mirage-random" {>= "1.0.0"}
21
21
"mirage-clock"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ depends: [
20
20
"cstruct-unix" {with-test}
21
21
"mirage-random-test" {with-test}
22
22
"charrua-server" {with-test}
23
- "charrua" {>= "0.12 .0"}
23
+ "charrua" {>= "1.0 .0"}
24
24
"cstruct" {>="3.0.2"}
25
25
"ipaddr"
26
26
"macaddr"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ depends: [
17
17
"dune" {build & >= "1.0"}
18
18
"ppx_sexp_conv"
19
19
"menhir" {build}
20
- "charrua"
20
+ "charrua" {>= "1.0.0"}
21
21
"ocaml" {>= "4.04.2"}
22
22
"cstruct" {>= "3.0.1"}
23
23
"sexplib"
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ depends: [
14
14
"ocaml" {>= "4.04.2"}
15
15
"lwt" {>="3.0.0"}
16
16
"lwt_log"
17
- "charrua" {>= "0.12 .0"}
18
- "charrua-server"
17
+ "charrua" {>= "1.0 .0"}
18
+ "charrua-server" {>= "1.0.0"}
19
19
"cstruct-unix"
20
20
"cmdliner"
21
21
"rawlink" {>= "1.0"}
You can’t perform that action at this time.
0 commit comments