Skip to content

Commit

Permalink
changes for 1.4.1, raise cstruct lower bound
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Oct 27, 2021
1 parent 35b70ce commit f0e7ecf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v1.4.1 (2021-10-27)

* Add database serializers (db_of_string/db_to_string) #112 @haesbaert
* Remove rresult dependency (#114 @hannesm)
* Avoid deprecated Cstruct.len function

### v1.4.0 (2021-07-19)

Changes in #111 by @haesbaert
Expand Down
2 changes: 1 addition & 1 deletion charrua-client.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ depends: [
"mirage-random-test" {with-test & >= "0.1.0"}
"charrua-server" {= version & with-test}
"charrua" {= version}
"cstruct" {>= "3.0.2"}
"cstruct" {>= "6.0.0"}
"ipaddr" {>= "5.0.0"}
"macaddr" {>= "4.0.0"}
"mirage-random" {>= "2.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion charrua-server.opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ depends: [
"ppx_sexp_conv" {>= "v0.9.0"}
"menhir" {build & >= "20180523"}
"charrua" {= version}
"cstruct" {>= "3.0.1"}
"cstruct" {>= "6.0.0"}
"sexplib"
"ipaddr" {>= "5.0.0"}
"macaddr" {>= "4.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion charrua.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"dune" {>= "1.4.0"}
"ppx_sexp_conv" {>="v0.10.0"}
"ppx_cstruct"
"cstruct" {>= "3.0.1"}
"cstruct" {>= "6.0.0"}
"sexplib"
"ipaddr" {>= "5.0.0"}
"macaddr" {>= "4.0.0"}
Expand Down

0 comments on commit f0e7ecf

Please sign in to comment.