Skip to content

Commit f0e7ecf

Browse files
committed
changes for 1.4.1, raise cstruct lower bound
1 parent 35b70ce commit f0e7ecf

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
### v1.4.0 (2021-07-19)
28

39
Changes in #111 by @haesbaert

charrua-client.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"mirage-random-test" {with-test & >= "0.1.0"}
2121
"charrua-server" {= version & with-test}
2222
"charrua" {= version}
23-
"cstruct" {>= "3.0.2"}
23+
"cstruct" {>= "6.0.0"}
2424
"ipaddr" {>= "5.0.0"}
2525
"macaddr" {>= "4.0.0"}
2626
"mirage-random" {>= "2.0.0"}

charrua-server.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ depends: [
3232
"ppx_sexp_conv" {>= "v0.9.0"}
3333
"menhir" {build & >= "20180523"}
3434
"charrua" {= version}
35-
"cstruct" {>= "3.0.1"}
35+
"cstruct" {>= "6.0.0"}
3636
"sexplib"
3737
"ipaddr" {>= "5.0.0"}
3838
"macaddr" {>= "4.0.0"}

charrua.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"dune" {>= "1.4.0"}
1818
"ppx_sexp_conv" {>="v0.10.0"}
1919
"ppx_cstruct"
20-
"cstruct" {>= "3.0.1"}
20+
"cstruct" {>= "6.0.0"}
2121
"sexplib"
2222
"ipaddr" {>= "5.0.0"}
2323
"macaddr" {>= "4.0.0"}

0 commit comments

Comments
 (0)