Skip to content

Commit 985f55a

Browse files
committed
Raise the minimum version of bitflags to 1.1
This prevents warnings about "try! is deprecated" when using the latest compiler and -Zminimal_versions.
1 parent 31c34a2 commit 985f55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exclude = [
1717

1818
[dependencies]
1919
libc = { version = "0.2.60", features = [ "extra_traits" ] }
20-
bitflags = "1.0"
20+
bitflags = "1.1"
2121
cfg-if = "0.1.2"
2222
void = "1.0.2"
2323

0 commit comments

Comments
 (0)