Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/loro-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "loro-ffi"
version = "1.5.6"
version = "1.6.0"
edition = "2021"
description = "FFI bindings for Loro"
authors = ["Liang Zhao", "Zixuan Chen"]
Expand All @@ -15,5 +15,5 @@ keywords = ["crdt", "local-first"]
loro = { path = "../loro", features = [
"counter",
"jsonpath",
], version = "1.5.6" }
], version = "1.6.0" }
serde_json = { workspace = true }
2 changes: 1 addition & 1 deletion crates/loro-internal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "loro-internal"
version = "1.5.6"
version = "1.6.0"
edition = "2021"
license = "MIT"
description = "Loro internal library. Do not use it directly as it's not stable."
Expand Down
4 changes: 2 additions & 2 deletions crates/loro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "loro"
version = "1.5.6"
version = "1.6.0"
edition = "2021"
license = "MIT"
documentation = "https://docs.rs/loro/"
Expand All @@ -14,7 +14,7 @@ keywords = ["crdt", "local-first"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
loro-internal = { path = "../loro-internal", version = "1.5.6" }
loro-internal = { path = "../loro-internal", version = "1.6.0" }
loro-common = { path = "../loro-common", version = "1.5.6", features = [
"serde_json",
] }
Expand Down
Loading