File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,18 @@ matrix:
47
47
- cargo build --manifest-path futures-sink/Cargo.toml --all-features
48
48
- cargo build --manifest-path futures-util/Cargo.toml --all-features
49
49
50
+ - name : cargo build --all-features (with minimal versions)
51
+ rust : nightly
52
+ script :
53
+ - cargo update -Zminimal-versions
54
+ - cargo build --manifest-path futures/Cargo.toml --all-features
55
+ - cargo build --manifest-path futures-core/Cargo.toml --all-features
56
+ - cargo build --manifest-path futures-channel/Cargo.toml --all-features
57
+ - cargo build --manifest-path futures-executor/Cargo.toml --all-features
58
+ - cargo build --manifest-path futures-io/Cargo.toml --all-features
59
+ - cargo build --manifest-path futures-sink/Cargo.toml --all-features
60
+ - cargo build --manifest-path futures-util/Cargo.toml --all-features
61
+
50
62
- name : cargo build --target=thumbv6m-none-eabi
51
63
rust : nightly
52
64
install :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ default = ["std"]
24
24
futures-core-preview = { path = " ../futures-core" , version = " 0.3.0-alpha.2" , default-features = false }
25
25
futures-util-preview = { path = " ../futures-util" , version = " 0.3.0-alpha.2" , default-features = false }
26
26
futures-channel-preview = { path = " ../futures-channel" , version = " 0.3.0-alpha.2" , default-features = false }
27
- num_cpus = { version = " 1.0" , optional = true }
27
+ num_cpus = { version = " 1.8. 0" , optional = true }
28
28
lazy_static = { version = " 1.1.0" , optional = true }
29
29
pin-utils = " 0.1.0-alpha.1"
30
30
You can’t perform that action at this time.
0 commit comments