File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,14 @@ matrix:
88
88
- env : TARGET=x86_64-unknown-linux-gnu
89
89
rust : stable
90
90
91
+ # Test that we can build with the lowest version of all dependencies.
92
+ # "cargo test" doesn't work because some of our dev-dependencies, like
93
+ # rand, can't build with thier own minimal dependencies.
94
+ - rust : nightly
95
+ script :
96
+ - cargo update -Zminimal-versions
97
+ - cargo build
98
+
91
99
before_install : set -e
92
100
93
101
install :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ exclude = [
18
18
[dependencies ]
19
19
libc = { git = " https://github.com/rust-lang/libc" , features = [ " extra_traits" ] }
20
20
bitflags = " 1.0"
21
- cfg-if = " 0.1.0 "
21
+ cfg-if = " 0.1.2 "
22
22
void = " 1.0.2"
23
23
24
24
[target .'cfg(target_os = "dragonfly")' .build-dependencies ]
You can’t perform that action at this time.
0 commit comments