Bump bpf-tools version to 1.12

This commit is contained in:
Dmitri Makarov
2021-06-24 16:34:45 -07:00
committed by Dmitri Makarov
parent c045f1dfb5
commit e98a7504f2
3 changed files with 8 additions and 2 deletions

View File

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