Bump bpf-tools to v1.23
This commit is contained in:
committed by
Dmitri Makarov
parent
4bec182b32
commit
a9d9a5095b
@ -102,7 +102,7 @@ if [[ ! -e criterion-$version.md || ! -e criterion ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Install Rust-BPF
|
# Install Rust-BPF
|
||||||
version=v1.21
|
version=v1.23
|
||||||
if [[ ! -e bpf-tools-$version.md || ! -e bpf-tools ]]; then
|
if [[ ! -e bpf-tools-$version.md || ! -e bpf-tools ]]; then
|
||||||
(
|
(
|
||||||
set -e
|
set -e
|
||||||
|
@ -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 version = format!("{}\nbpf-tools {}", crate_version!(), bpf_tools_version);
|
||||||
let matches = App::new(crate_name!())
|
let matches = App::new(crate_name!())
|
||||||
.about(crate_description!())
|
.about(crate_description!())
|
||||||
|
Reference in New Issue
Block a user