We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c56f15 + 2b4b2df commit 0f01b21Copy full SHA for 0f01b21
.travis.yml
@@ -1,9 +1,11 @@
1
language: rust
2
rust:
3
-- 1.2.0
4
- 1.3.0
5
- 1.4.0
6
- 1.5.0
+- 1.6.0
7
+- 1.7.0
8
+- stable
9
- beta
10
- nightly
11
env:
@@ -19,4 +21,4 @@ after_success: '[ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ]
19
21
gh-pages'
20
22
23
# use new containerized builds
-sudo: false
24
+sudo: false
Cargo.toml
@@ -14,10 +14,10 @@ https://www.kernel.org/doc/Documentation/i2c/dev-interface
14
"""
15
16
[dependencies]
17
-libc = "^0.2.2"
18
-bitflags = "^0.3.3"
-byteorder = "^0.4.2"
-nix = "^0.5.0"
+libc = "0.2.7"
+bitflags = "0.5"
+byteorder = "0.4.2"
+nix = "0.5"
[dev-dependencies]
docopt = "^0.6"
0 commit comments