Bump sbf-tools to v1.27
This commit is contained in:
parent
cdac141417
commit
dcce90555b
|
@ -102,7 +102,7 @@ if [[ ! -e criterion-$version.md || ! -e criterion ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install Rust-BPF
|
# Install Rust-BPF
|
||||||
version=v1.26
|
version=v1.27
|
||||||
if [[ ! -e bpf-tools-$version.md || ! -e bpf-tools ]]; then
|
if [[ ! -e bpf-tools-$version.md || ! -e bpf-tools ]]; then
|
||||||
(
|
(
|
||||||
set -e
|
set -e
|
||||||
|
|
|
@ -716,7 +716,7 @@ fn main() {
|
||||||
|
|
||||||
// The following line is scanned by CI configuration script to
|
// The following line is scanned by CI configuration script to
|
||||||
// separate cargo caches according to the version of sbf-tools.
|
// separate cargo caches according to the version of sbf-tools.
|
||||||
let bpf_tools_version = "v1.26";
|
let bpf_tools_version = "v1.27";
|
||||||
let version = format!("{}\nbpf-tools {}", crate_version!(), bpf_tools_version);
|
let version = format!("{}\nbpf-tools {}", crate_version!(), bpf_tools_version);
|
||||||
let matches = clap::Command::new(crate_name!())
|
let matches = clap::Command::new(crate_name!())
|
||||||
.about(crate_description!())
|
.about(crate_description!())
|
||||||
|
|
Loading…
Reference in New Issue