chore: upgrade loro to v0.2.1

This commit is contained in:
Zixuan Chen 2023-11-28 22:18:21 +08:00
parent 0d2314cda1
commit 22cf71a759
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

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

View file

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