Skip to content

Commit 001c918

Browse files
committed
chore: bump version to 1.6.0
1 parent 468b446 commit 001c918

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

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

crates/loro-ffi/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-ffi"
3-
version = "1.5.6"
3+
version = "1.6.0"
44
edition = "2021"
55
description = "FFI bindings for Loro"
66
authors = ["Liang Zhao", "Zixuan Chen"]
@@ -15,5 +15,5 @@ keywords = ["crdt", "local-first"]
1515
loro = { path = "../loro", features = [
1616
"counter",
1717
"jsonpath",
18-
], version = "1.5.6" }
18+
], version = "1.6.0" }
1919
serde_json = { workspace = true }

crates/loro-internal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "loro-internal"
3-
version = "1.5.6"
3+
version = "1.6.0"
44
edition = "2021"
55
license = "MIT"
66
description = "Loro internal library. Do not use it directly as it's not stable."

crates/loro/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"
3-
version = "1.5.6"
3+
version = "1.6.0"
44
edition = "2021"
55
license = "MIT"
66
documentation = "https://docs.rs/loro/"
@@ -14,7 +14,7 @@ keywords = ["crdt", "local-first"]
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
loro-internal = { path = "../loro-internal", version = "1.5.6" }
17+
loro-internal = { path = "../loro-internal", version = "1.6.0" }
1818
loro-common = { path = "../loro-common", version = "1.5.6", features = [
1919
"serde_json",
2020
] }

0 commit comments

Comments
 (0)