We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ed95e commit e142f52Copy full SHA for e142f52
README.md
@@ -40,7 +40,7 @@ If your distro doesn't have them you can get them from Fedora Rawhide.
40
Once you have installed LLVM 15 you can install the linker running:
41
42
```sh
43
-cargo install --git https://github.com/aya-rs/bpf-linker --tag v0.9.4 --no-default-features --features system-llvm -- bpf-linker
+cargo install --git https://github.com/aya-rs/bpf-linker --tag v0.9.5 --no-default-features --features system-llvm -- bpf-linker
44
```
45
46
If you don't have cargo you can get it from https://rustup.rs or from your distro's package manager.
0 commit comments