Skip to content

Commit b0c5431

Browse files
committed
Add version to notify deps
1 parent 9ab2463 commit b0c5431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

objdiff-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ yaxpeax-arch = { version = "0.3", default-features = false, features = ["std"],
8383
yaxpeax-arm = { version = "0.3", default-features = false, features = ["std"], optional = true }
8484

8585
# build
86-
notify = { git = "https://github.com/notify-rs/notify", rev = "128bf6230c03d39dbb7f301ff7b20e594e34c3a2", optional = true }
87-
notify-debouncer-full = { git = "https://github.com/notify-rs/notify", rev = "128bf6230c03d39dbb7f301ff7b20e594e34c3a2", optional = true }
86+
notify = { git = "https://github.com/notify-rs/notify", rev = "128bf6230c03d39dbb7f301ff7b20e594e34c3a2", version = "6.1.1", optional = true }
87+
notify-debouncer-full = { git = "https://github.com/notify-rs/notify", rev = "128bf6230c03d39dbb7f301ff7b20e594e34c3a2", version = "0.4.0", optional = true }
8888
shell-escape = { version = "0.1", optional = true }
8989
tempfile = { version = "3.14", optional = true }
9090
time = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)