File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### v1.4.1 (2021-10-27)
2
+
3
+ * Add database serializers (db_of_string/db_to_string) #112 @haesbaert
4
+ * Remove rresult dependency (#114 @hannesm )
5
+ * Avoid deprecated Cstruct.len function
6
+
1
7
### v1.4.0 (2021-07-19)
2
8
3
9
Changes in #111 by @haesbaert
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ depends: [
20
20
"mirage-random-test" {with-test & >= "0.1.0"}
21
21
"charrua-server" {= version & with-test}
22
22
"charrua" {= version}
23
- "cstruct" {>= "3 .0.2 "}
23
+ "cstruct" {>= "6 .0.0 "}
24
24
"ipaddr" {>= "5.0.0"}
25
25
"macaddr" {>= "4.0.0"}
26
26
"mirage-random" {>= "2.0.0"}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ depends: [
32
32
"ppx_sexp_conv" {>= "v0.9.0"}
33
33
"menhir" {build & >= "20180523"}
34
34
"charrua" {= version}
35
- "cstruct" {>= "3 .0.1 "}
35
+ "cstruct" {>= "6 .0.0 "}
36
36
"sexplib"
37
37
"ipaddr" {>= "5.0.0"}
38
38
"macaddr" {>= "4.0.0"}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ depends: [
17
17
"dune" {>= "1.4.0"}
18
18
"ppx_sexp_conv" {>="v0.10.0"}
19
19
"ppx_cstruct"
20
- "cstruct" {>= "3 .0.1 "}
20
+ "cstruct" {>= "6 .0.0 "}
21
21
"sexplib"
22
22
"ipaddr" {>= "5.0.0"}
23
23
"macaddr" {>= "4.0.0"}
You can’t perform that action at this time.
0 commit comments