mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-23 05:24:51 +00:00
chore: publish v0.2.2 with refined doc
This commit is contained in:
parent
cd8be80a6f
commit
fddcf7a321
3 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -874,7 +874,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "loro"
|
name = "loro"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"either",
|
"either",
|
||||||
"enum-as-inner 0.6.0",
|
"enum-as-inner 0.6.0",
|
||||||
|
@ -907,7 +907,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "loro-internal"
|
name = "loro-internal"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"append-only-bytes",
|
"append-only-bytes",
|
||||||
"arbitrary",
|
"arbitrary",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "loro-internal"
|
name = "loro-internal"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "Loro internal library. Do not use it directly as it's not stable."
|
description = "Loro internal library. Do not use it directly as it's not stable."
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "loro"
|
name = "loro"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "Loro is a high-performance CRDTs framework. Make your app collaborative efforlessly."
|
description = "Loro is a high-performance CRDTs framework. Make your app collaborative efforlessly."
|
||||||
|
@ -12,7 +12,7 @@ keywords = ["crdt", "local-first"]
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
loro-internal = { path = "../loro-internal", version = "0.2.1" }
|
loro-internal = { path = "../loro-internal", version = "0.2.2" }
|
||||||
enum-as-inner = "0.6.0"
|
enum-as-inner = "0.6.0"
|
||||||
either = "1.9.0"
|
either = "1.9.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue