Skip to content

Commit 3948e73

Browse files
authored
Merge pull request #10553 from Byron/fix
Update notify dependency to point to their main repo (instead of my fork)
2 parents 31de18f + 03b9ff1 commit 3948e73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/gitbutler-git/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ windows = { version = "0.62.0", features = [
6161
"Win32_System_Threading",
6262
] }
6363
tokio = { workspace = true, optional = true, features = ["sync", "rt"] }
64-
# TODO: use released version once https://github.com/notify-rs/notify/pull/716 was merged and published.
65-
file-id = { git = "https://github.com/Byron/notify", version = "0.2.3" }
64+
# TODO: use released version once published.
65+
file-id = { git = "https://github.com/notify-rs/notify", rev = "978fe719b066a8ce76b9a9d346546b1569eecfb6", version = "0.2.3" }
6666

6767
[dev-dependencies]
6868
assert_cmd = "2.0.17"

0 commit comments

Comments
 (0)