From 57a11cf6128e4fa2e73b6a0e2b688d14f46f4658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Fri, 23 Aug 2024 09:53:39 -0700 Subject: [PATCH] Release 0.24.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prepare for release of 0.24.3 by bumping both libbpf-rs and libbpf-cargo versions accordingly. The main change included is a fix for potential clippy warnings in the generated skeleton when no BPF maps are present in the corresponding object file. Signed-off-by: Daniel Müller --- Cargo.lock | 4 ++-- libbpf-cargo/CHANGELOG.md | 4 ++-- libbpf-cargo/Cargo.toml | 2 +- libbpf-rs/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7780711b..0670d7cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -285,7 +285,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libbpf-cargo" -version = "0.24.2" +version = "0.24.3" dependencies = [ "anyhow", "cargo_metadata", @@ -303,7 +303,7 @@ dependencies = [ [[package]] name = "libbpf-rs" -version = "0.24.2" +version = "0.24.3" dependencies = [ "bitflags 2.6.0", "cc", diff --git a/libbpf-cargo/CHANGELOG.md b/libbpf-cargo/CHANGELOG.md index ecdd2b2e..385a7b8c 100644 --- a/libbpf-cargo/CHANGELOG.md +++ b/libbpf-cargo/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.24.3 +------ - Silenced possible `clippy` reported warnings in generated skeleton when BPF object file does not contain any maps diff --git a/libbpf-cargo/Cargo.toml b/libbpf-cargo/Cargo.toml index 068b126e..943562e9 100644 --- a/libbpf-cargo/Cargo.toml +++ b/libbpf-cargo/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/libbpf/libbpf-rs" homepage = "https://github.com/libbpf/libbpf-rs" documentation = "https://docs.rs/crate/libbpf-cargo" readme = "README.md" -version = "0.24.2" +version = "0.24.3" authors = ["Daniel Xu ", "Daniel Müller "] edition = "2021" rust-version = "1.71" diff --git a/libbpf-rs/Cargo.toml b/libbpf-rs/Cargo.toml index a4cf5fbe..5ebe9ddb 100644 --- a/libbpf-rs/Cargo.toml +++ b/libbpf-rs/Cargo.toml @@ -4,7 +4,7 @@ description = "libbpf-rs is a safe, idiomatic, and opinionated wrapper around li repository = "https://github.com/libbpf/libbpf-rs" homepage = "https://github.com/libbpf/libbpf-rs" readme = "README.md" -version = "0.24.2" +version = "0.24.3" authors = ["Daniel Xu ", "Daniel Müller "] edition = "2021" rust-version = "1.71"