aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-09-22 10:51:41 -0700
committerJoel Galenson <jgalenson@google.com>2021-09-22 10:51:41 -0700
commit12f62b94d6ccdca90dcd0edfbff82031fec3912f (patch)
tree8e48eb122f9388d510dacf7066a11e16c9b411d3 /ci
parent199730d90816980d7cac4cb1dabcce07bc548a38 (diff)
downloadbytes-12f62b94d6ccdca90dcd0edfbff82031fec3912f.tar.gz
Upgrade rust/crates/bytes to 1.1.0
Test: make Change-Id: I62c795247b1a9f37ec66c3ef6b1add6b78530482
Diffstat (limited to 'ci')
-rw-r--r--ci/test-stable.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/test-stable.sh b/ci/test-stable.sh
index 01a32f5..4421f3a 100644
--- a/ci/test-stable.sh
+++ b/ci/test-stable.sh
@@ -5,7 +5,8 @@ set -ex
cmd="${1:-test}"
# Install cargo-hack for feature flag test
-cargo install cargo-hack
+host=$(rustc -Vv | grep host | sed 's/host: //')
+curl -LsSf https://github.com/taiki-e/cargo-hack/releases/latest/download/cargo-hack-$host.tar.gz | tar xzf - -C ~/.cargo/bin
# Run with each feature
# * --each-feature includes both default/no-default features