Skip to content

Commit 28c9114

Browse files
committed
Restrict bitflags version
1 parent 6dfd6e3 commit 28c9114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Provides API for safe access to Linux i2c device interface.
1616

1717
[dependencies]
1818
libc = "0.2"
19-
bitflags = "1"
19+
bitflags = "1.3"
2020
byteorder = "1"
2121
nix = "0.22"
2222

0 commit comments

Comments
 (0)