From 26287874b4ad3317c2a037901b1647074b1917c1 Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Thu, 30 Mar 2023 00:42:04 +1100 Subject: [PATCH] chore: Release bpf-linker version 0.9.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 780ffe19..894b1d6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,7 +94,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bpf-linker" -version = "0.9.5" +version = "0.9.6" dependencies = [ "ar", "aya-rustc-llvm-proxy", diff --git a/Cargo.toml b/Cargo.toml index 54a314ee..64e959d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bpf-linker" -version = "0.9.5" +version = "0.9.6" authors = ["Alessandro Decina "] description = "BPF static linker" license = "MIT OR Apache-2.0"