From ccc2ffb40e62264bb85e4e1c463d8fab0ee2cecd Mon Sep 17 00:00:00 2001 From: Dave Tucker Date: Tue, 19 Sep 2023 18:09:58 +0100 Subject: [PATCH] chore: Release 0.9.10 Signed-off-by: Dave Tucker --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e8d99d0..14722d04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,7 +102,7 @@ checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" [[package]] name = "bpf-linker" -version = "0.9.9" +version = "0.9.10" dependencies = [ "ar", "aya-rustc-llvm-proxy", diff --git a/Cargo.toml b/Cargo.toml index 23050332..57dc3fc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bpf-linker" -version = "0.9.9" +version = "0.9.10" authors = ["Alessandro Decina "] description = "BPF static linker" license = "MIT OR Apache-2.0"