From f0e7ecfc09bc87b00ee77812e7e181b9995a2e87 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Wed, 27 Oct 2021 21:25:00 +0200 Subject: [PATCH] changes for 1.4.1, raise cstruct lower bound --- CHANGES.md | 6 ++++++ charrua-client.opam | 2 +- charrua-server.opam | 2 +- charrua.opam | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 17bec25..4891f96 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/charrua-client.opam b/charrua-client.opam index a378ef3..cd94f82 100644 --- a/charrua-client.opam +++ b/charrua-client.opam @@ -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"} diff --git a/charrua-server.opam b/charrua-server.opam index 53cbdc7..d9de9be 100644 --- a/charrua-server.opam +++ b/charrua-server.opam @@ -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"} diff --git a/charrua.opam b/charrua.opam index 6520636..625278b 100644 --- a/charrua.opam +++ b/charrua.opam @@ -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"}