Bump sbf-tools version to 1.26

This commit is contained in:
Dmitri Makarov 2022-05-11 17:53:18 -07:00 committed by mergify[bot]
parent a38ce127ca
commit 9d18fe019b
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ if [[ ! -e criterion-$version.md || ! -e criterion ]]; then
fi
# Install Rust-BPF
version=v1.25
version=v1.26
if [[ ! -e bpf-tools-$version.md || ! -e bpf-tools ]]; then
(
set -e

View File

@ -716,7 +716,7 @@ fn main() {
// The following line is scanned by CI configuration script to
// separate cargo caches according to the version of sbf-tools.
let bpf_tools_version = "v1.25";
let bpf_tools_version = "v1.26";
let version = format!("{}\nbpf-tools {}", crate_version!(), bpf_tools_version);
let matches = clap::Command::new(crate_name!())
.about(crate_description!())