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]]
|
||||
name = "loro"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"enum-as-inner 0.6.0",
|
||||
"loro-internal",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "loro"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "Loro is a high-performance CRDTs framework. Make your app collaborative efforlessly."
|
||||
|
|
Loading…
Reference in a new issue