Bump rust-bpf to v0.2.4 (#12361)

This commit is contained in:
Jack May 2020-09-20 16:10:50 -07:00 committed by GitHub
parent 22d8b3c3f8
commit 65049bd112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ if [[ ! -e llvm-native-$version.md ]]; then
fi
# Install Rust-BPF
version=v0.2.3
version=v0.2.4
if [[ ! -e rust-bpf-$version.md ]]; then
(
set -e