Bump bpf-tools to v1.15 (#19117)

- update to rust 1.54.0
This commit is contained in:
Dmitri Makarov
2021-08-10 09:21:14 +02:00
committed by GitHub
parent 4cbb5da0b6
commit d6a2b70438
2 changed files with 2 additions and 2 deletions

View File

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