Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit c7e2057

Browse files
jstarrysolana-grimes
authored andcommitted
Install xargo if a new version is available (#6882)
automerge
1 parent d84f367 commit c7e2057

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk/bpf/scripts/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ download() {
2323
}
2424

2525
# Install or upgrade xargo
26-
cargo +nightly install xargo -Z install-upgrade
26+
cargo install cargo-update
27+
cargo install-update -i xargo
2728
xargo --version > xargo.md 2>&1
2829

2930
# Install Criterion

0 commit comments

Comments
 (0)