@@ -37,6 +37,9 @@ matrix:
37
37
- rm -rf target/doc
38
38
- cargo doc --no-deps --all --all-features
39
39
- cargo deadlinks --dir target/doc
40
+ # also test minimum dependency versions are usable
41
+ - cargo generate-lockfile -Z minimal-versions
42
+ - cargo test
40
43
41
44
- rust : nightly
42
45
os : osx
@@ -52,6 +55,9 @@ matrix:
52
55
- rm -rf target/doc
53
56
- cargo doc --no-deps --all --all-features
54
57
- cargo deadlinks --dir target/doc
58
+ # also test minimum dependency versions are usable
59
+ - cargo generate-lockfile -Z minimal-versions
60
+ - cargo test
55
61
56
62
- rust : nightly
57
63
env : DESCRIPTION="WASM via emscripten, stdweb and wasm-bindgen"
@@ -97,6 +103,14 @@ matrix:
97
103
# - cargo build --target=x86_64-unknown-fuchsia --all-features
98
104
- cargo build --target=x86_64-unknown-netbsd --all-features
99
105
- cargo build --target=x86_64-unknown-redox --all-features
106
+ # also test minimum dependency versions are usable
107
+ - cargo generate-lockfile -Z minimal-versions
108
+ - cargo build --target=x86_64-sun-solaris --all-features
109
+ - cargo build --target=x86_64-unknown-cloudabi --all-features
110
+ - cargo build --target=x86_64-unknown-freebsd --all-features
111
+ # - cargo build --target=x86_64-unknown-fuchsia --all-features
112
+ - cargo build --target=x86_64-unknown-netbsd --all-features
113
+ - cargo build --target=x86_64-unknown-redox --all-features
100
114
101
115
# Trust cross-built/emulated targets. We must repeat all non-default values.
102
116
- rust : stable
0 commit comments