Skip to content

Commit 852af48

Browse files
authored
Cargo.toml: unpin notify (#11978)
1 parent 797b8d6 commit 852af48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ memchr = "2.7.2"
430430
memmap2 = "0.9.4"
431431
nix = { version = "0.31.2", default-features = false }
432432
nom = "8.0.0"
433-
notify = { version = "=8.2.0", features = ["macos_kqueue"] }
433+
notify = { version = "8.2.0", features = ["macos_kqueue"] }
434434
num-bigint = "0.4.4"
435435
num-prime = "0.5.0"
436436
num-traits = "0.2.19"

0 commit comments

Comments
 (0)