Skip to content

Commit ce5ebaa

Browse files
committed
chore: release 1.10.0
1 parent 7e0e674 commit ce5ebaa

9 files changed

Lines changed: 376 additions & 41 deletions

File tree

Cargo.lock

Lines changed: 149 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "loro_py"
3-
version = "1.8.2"
3+
version = "1.10.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -9,7 +9,7 @@ name = "loro"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
loro = { version = "1.8.1", features = ["counter", "jsonpath"] }
12+
loro = { version = "1.10.0", features = ["counter", "jsonpath"] }
1313
rustc-hash = "2.1.1"
1414
pyo3 = { version = "0.26.0" }
1515
serde_json = "1"

0 commit comments

Comments
 (0)