diff --git a/sdk/bpf/scripts/install.sh b/sdk/bpf/scripts/install.sh index 95159415d2..46b0c3ceb5 100755 --- a/sdk/bpf/scripts/install.sh +++ b/sdk/bpf/scripts/install.sh @@ -102,7 +102,7 @@ if [[ ! -e criterion-$version.md || ! -e criterion ]]; then fi # Install Rust-BPF -version=v1.21 +version=v1.23 if [[ ! -e bpf-tools-$version.md || ! -e bpf-tools ]]; then ( set -e diff --git a/sdk/cargo-build-bpf/src/main.rs b/sdk/cargo-build-bpf/src/main.rs index 49b28d7b9c..bb7933f7ad 100644 --- a/sdk/cargo-build-bpf/src/main.rs +++ b/sdk/cargo-build-bpf/src/main.rs @@ -710,7 +710,7 @@ fn main() { } } - let bpf_tools_version = "v1.21"; + let bpf_tools_version = "v1.23"; let version = format!("{}\nbpf-tools {}", crate_version!(), bpf_tools_version); let matches = App::new(crate_name!()) .about(crate_description!())