[ENG-672] Find and remove RESYNC log (#892)

large bruh moment
This commit is contained in:
Oscar Beaumont 2023-05-31 17:59:03 +08:00 committed by GitHub
parent f08d178e3a
commit ae138b2358
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -3291,7 +3291,7 @@ dependencies = [
[[package]]
name = "if-watch"
version = "3.0.1"
source = "git+https://github.com/oscartbeaumont/if-watch?rev=47bac595e71b5ff21a9dbd257a081b03fb6b8fbc#47bac595e71b5ff21a9dbd257a081b03fb6b8fbc"
source = "git+https://github.com/oscartbeaumont/if-watch?rev=782eb7b27627c544e789a6fcf9db7bdcd93da7df#782eb7b27627c544e789a6fcf9db7bdcd93da7df"
dependencies = [
"async-io",
"core-foundation",

View file

@ -47,7 +47,7 @@ tokio = { version = "1.28.2" }
# We use this patch so we can compile for the IOS simulator on M1
openssl-sys = { git = "https://github.com/spacedriveapp/rust-openssl", rev = "92c3dec225a9e984884d5b30a517e5d44a24d03b" }
# We patch this so that it can be built for IOS - The `main` branch uses macOS specific APIs
if-watch = { git = "https://github.com/oscartbeaumont/if-watch", rev = "47bac595e71b5ff21a9dbd257a081b03fb6b8fbc" }
if-watch = { git = "https://github.com/oscartbeaumont/if-watch", rev = "782eb7b27627c544e789a6fcf9db7bdcd93da7df" }
mdns-sd = { git = "https://github.com/oscartbeaumont/mdns-sd", rev = "45515a98e9e408c102871abaa5a9bff3bee0cbe8" } # TODO: Do upstream PR