Skip to content

Commit a321a68

Browse files
author
Yang Kaiyong
committed
chore: bump cross version from 0.2.4 to 0.2.5
Try to fix the broken CI Signed-off-by: Yang Kaiyong <yangkaiyong.yky@antgroup.com>
1 parent 37f6b82 commit a321a68

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
declare -A rust_target_map=( ["amd64"]="x86_64-unknown-linux-musl" ["arm64"]="aarch64-unknown-linux-musl" ["ppc64le"]="powerpc64le-unknown-linux-gnu" ["riscv64"]="riscv64gc-unknown-linux-gnu" ["s390x"]="s390x-unknown-linux-gnu")
3838
RUST_TARGET=${rust_target_map[${{ matrix.arch }}]}
39-
cargo install --version 0.2.4 cross
39+
cargo install --version 0.2.5 cross
4040
rustup component add rustfmt clippy
4141
make -e RUST_TARGET=$RUST_TARGET -e CARGO=cross check
4242
- name: smoke

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ allow = [
6464
"Apache-2.0",
6565
"BSD-3-Clause",
6666
"Unicode-3.0",
67+
"ISC",
6768
]
6869
# The confidence threshold for detecting a license from license text.
6970
# The higher the value, the more closely the license text must be to the

0 commit comments

Comments
 (0)