From e3216a94399626a496b65b85b19a7e956c1c3e1a Mon Sep 17 00:00:00 2001 From: Antoine Tenart Date: Thu, 8 Aug 2024 13:42:32 +0200 Subject: [PATCH] Release v1.1.1 Signed-off-by: Antoine Tenart --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0b43daa..0dded28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "btf-rs" -version = "1.1.0" +version = "1.1.1" license = "LGPL-2.1-or-later" description = "Library for the BPF type format (BTF)." repository = "https://github.com/retis-org/btf-rs"