From e187232dcb1fa07abeb5c9c381c81405cc9c1e5d Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Thu, 23 Jun 2022 12:13:22 +0200 Subject: [PATCH] bump yrs to 0.9.3 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4eff9e6..c1e31a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "y-py" -version = "0.5.1" +version = "0.5.2" authors = ["John Waidhofer ", "Kevin Jahns ", "Pierre-Olivier Simonard "] edition = "2018" homepage = "https://github.com/y-crdt/ypy" @@ -13,8 +13,8 @@ name = "y_py" crate-type = ["cdylib"] [dependencies] -lib0 = "0.9.2" -yrs = "0.9.2" +lib0 = "0.9.3" +yrs = "0.9.3" [dependencies.pyo3]