fix: the error of miss update yrs repo ()

This commit is contained in:
Kilu.He 2024-04-02 15:14:45 +08:00 committed by GitHub
parent 682f2a6a3b
commit acec664879
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions
frontend/appflowy_tauri/src-tauri

@ -7633,8 +7633,7 @@ dependencies = [
[[package]]
name = "yrs"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68aea14c6c33f2edd8a5ff9415360cfa5b98d90cce30c5ee3be59a8419fb15a9"
source = "git+https://github.com/appflowy/y-crdt?rev=3f25bb510ca5274e7657d3713fbed41fb46b4487#3f25bb510ca5274e7657d3713fbed41fb46b4487"
dependencies = [
"atomic_refcell",
"rand 0.7.3",

@ -80,6 +80,8 @@ default = ["custom-protocol"]
custom-protocol = ["tauri/custom-protocol"]
[patch.crates-io]
yrs = { git = "https://github.com/appflowy/y-crdt", rev = "3f25bb510ca5274e7657d3713fbed41fb46b4487" }
# Please using the following command to update the revision id
# Current directory: frontend
# Run the script: