mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: the error of miss update yrs repo (#5035)
This commit is contained in:
parent
682f2a6a3b
commit
acec664879
frontend/appflowy_tauri/src-tauri
3
frontend/appflowy_tauri/src-tauri/Cargo.lock
generated
3
frontend/appflowy_tauri/src-tauri/Cargo.lock
generated
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user