From 0330772e615ef1c8c27cdeca5df120b055cb57dc Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Wed, 27 Jul 2022 16:01:18 +0200 Subject: [PATCH] bump y-crdt to 0.11.1 --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index df098a6..cace70a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "y-py" -version = "0.5.3" +version = "0.5.4" rust-version = "1.58" authors = ["John Waidhofer ", "Kevin Jahns ", "Pierre-Olivier Simonard "] edition = "2018" @@ -14,9 +14,8 @@ name = "y_py" crate-type = ["cdylib"] [dependencies] -lib0 = "0.10.2" -yrs = "0.10.2" - +lib0 = "0.11.1" +yrs = "0.11.1" [dependencies.pyo3] version = "0.16.5"