Bump bpf-tools to v1.23

This commit is contained in:
Dmitri Makarov
2022-02-03 13:01:16 -08:00
committed by Dmitri Makarov
parent 4bec182b32
commit a9d9a5095b
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.21
version=v1.23
if [[ ! -e bpf-tools-$version.md || ! -e bpf-tools ]]; then
(
set -e