File tree Expand file tree Collapse file tree 7 files changed +6
-8
lines changed Expand file tree Collapse file tree 7 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 4949 command : build
5050 # This test crate is intentionally separate, because we need
5151 # independent features for no-std. (rust-lang/cargo#2589)
52- args : --target thumbv6m-none-eabi --manifest-path check/Cargo.toml
52+ args : --target thumbv6m-none-eabi --manifest-path ci/ check/Cargo.toml
5353
5454 fmt :
5555 name : Format
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ authors = ["Josh Stone <cuviper@gmail.com>"]
55edition = " 2018"
66
77[dependencies .num-derive ]
8- path = " .."
8+ path = " ../.. "
99
1010[dependencies .num-traits ]
1111version = " 0.2"
File renamed without changes.
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ edition = "2018"
66publish = false
77
88[dependencies ]
9- num-derive = { path = " ../" }
9+ num-derive = { path = " ../.. " }
1010num = { version = " 0.3" , default-features = false }
File renamed without changes.
Original file line number Diff line number Diff line change 4646cargo build --features=" ${FEATURES[*]} "
4747cargo test --features=" ${FEATURES[*]} "
4848
49- cd check; cargo test --verbose check; cd ..
50- cd import; cargo test --verbose import; cd ..
49+ # these CI crates keep tighter control over dependencies
50+ cargo check --verbose --manifest-path ci/check/Cargo.toml
51+ cargo check --verbose --manifest-path ci/import/Cargo.toml
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments