Bump bpf-tools version to 1.12

This commit is contained in:
Dmitri Makarov
2021-06-24 16:34:45 -07:00
committed by Justin Starry
parent 2b6962c063
commit 2d0c0bc8ba
3 changed files with 3 additions and 3 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