File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 8
8
alias cargo=" cargo +$TOOLCHAIN "
9
9
fi
10
10
11
- pin_common_verions () {
12
- cargo generate-lockfile --verbose
13
- cargo update -p cc --precise " 1.0.41" --verbose
14
- cargo update -p serde --precise " 1.0.98" --verbose
15
- cargo update -p serde_derive --precise " 1.0.98" --verbose
16
- }
17
-
18
- # Pin `cc` for Rust 1.29
19
- if [ " $PIN_VERSIONS " = true ]; then
20
- pin_common_verions
21
- cargo update -p byteorder --precise " 1.3.4"
22
- fi
23
-
24
11
if [ " $DO_COV " = true ]
25
12
then
26
13
export RUSTFLAGS=" -C link-dead-code"
95
82
cd dep_test
96
83
echo ' bitcoin = { path = "..", features = ["use-serde"] }' >> Cargo.toml
97
84
98
- # Pin `cc` for Rust 1.29
99
- if [ -n " $PIN_VERSIONS " ]; then
100
- pin_common_verions
101
- fi
102
-
103
85
cargo test --verbose
104
86
fi
You can’t perform that action at this time.
0 commit comments