Skip to content

Commit e9d1091

Browse files
retragejosephlr
authored andcommitted
integration: Update cargo-xbuild to 0.6.2
The newer version of Rust (after 2020-07-30) requires the latest cargo-xbuild v0.6.2[1]. [1] rust-osdev/cargo-xbuild@400592f Signed-off-by: Akira Moroo <[email protected]>
1 parent 586297d commit e9d1091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_integration_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -xeuf
33

44
source "${CARGO_HOME:-$HOME/.cargo}/env"
55

6-
XBUILD_VERSION="0.5.34"
6+
XBUILD_VERSION="0.6.2"
77
cargo install cargo-xbuild --version $XBUILD_VERSION
88

99
rustup component add rust-src

0 commit comments

Comments
 (0)