Skip to content

Commit 76d22d6

Browse files
authored
Merge pull request #886 from loro-dev/release-rust
chore: release rust crates v1.10.3
2 parents e628eea + b01c832 commit 76d22d6

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Cargo.lock

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

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.10.0"
3+
version = "1.10.3"
44
edition = "2021"
55
license = "MIT"
66
description = "Loro internal library. Do not use it directly as it's not stable."

crates/loro-internal/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.0
1+
1.10.3

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.10.0"
3+
version = "1.10.3"
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.10.0" }
17+
loro-internal = { path = "../loro-internal", version = "1.10.3" }
1818
loro-common = { path = "../loro-common", version = "1.10.0", features = [
1919
"serde_json",
2020
] }

0 commit comments

Comments
 (0)