Skip to content

Commit cb450c2

Browse files
AerialXhomu
authored andcommitted
versions: Update dependency requirements
Pull request: #11 Approved by: posborne
1 parent 40d96c8 commit cb450c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ https://www.kernel.org/doc/Documentation/i2c/dev-interface
1414
"""
1515

1616
[dependencies]
17-
libc = "0.2.7"
18-
bitflags = "0.5"
19-
byteorder = "0.4.2"
20-
nix = "0.5"
17+
libc = "^0.2.7"
18+
bitflags = "^0.5.0"
19+
byteorder = "^0.4.2"
20+
nix = "^0.5.0"
2121

2222
[dev-dependencies]
23-
docopt = "^0.6"
23+
docopt = "^0.6.78"

0 commit comments

Comments
 (0)