chore: publish v0.2.2 with refined doc

This commit is contained in:
Zixuan Chen 2023-11-28 23:23:07 +08:00
parent cd8be80a6f
commit fddcf7a321
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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."

View file

@ -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"