Skip to content

Commit 03b9ff1

Browse files
committed
Update notify dependency to point to their main repo (instead of my fork)
The PR has now been merged, and we are just waiting for another release.
1 parent 31de18f commit 03b9ff1

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)