From b06daa3451189e53d56365a6db8c285e9acc0406 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Thu, 16 Jan 2025 09:19:18 +0100 Subject: [PATCH] Bump yrs to v0.22.0 (#219) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e6dcbf..8c167fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ name = "pycrdt" crate-type = ["cdylib"] [dependencies] -yrs = "0.21.3" +yrs = "0.22.0" [dependencies.pyo3] version = "0.23.4"