mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-11 06:42:21 +00:00
chore: upgrade loro to v0.2.1
This commit is contained in:
parent
0d2314cda1
commit
22cf71a759
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -874,7 +874,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "loro"
|
name = "loro"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"enum-as-inner 0.6.0",
|
"enum-as-inner 0.6.0",
|
||||||
"loro-internal",
|
"loro-internal",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "loro"
|
name = "loro"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
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."
|
||||||
|
|
Loading…
Reference in a new issue