Skip to content

Commit

Permalink
upgrade bitflags to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpr03 committed Jul 12, 2023
1 parent b7cae13 commit 86746c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ inotify = { version = "0.9", default-features = false }
mio = { version = "0.8", features = ["os-ext"] }

[target.'cfg(target_os="macos")'.dependencies]
bitflags = "1.0.4"
bitflags = "2.3.0"
fsevent-sys = { version = "4", optional = true }
kqueue = { version = "1.0", optional = true }
mio = { version = "0.8", features = ["os-ext"], optional = true }
Expand Down

0 comments on commit 86746c3

Please sign in to comment.