Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion sdk/bpf/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ download() {
}

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

# Install Criterion
Expand Down