From fc7d5b6a016a0539efe69d06400baa8f491ceefc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Wed, 28 Aug 2024 09:33:44 -0700 Subject: [PATCH] Release 1.4.4+v1.4.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 51dc0ff..bc08cf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libbpf-sys" -version = "1.4.3+v1.4.5" +version = "1.4.4+v1.4.5" description = "Rust bindings to libbpf from the Linux kernel" readme = "README.md" repository = "https://github.com/libbpf/libbpf-sys"