From 4e57d1fe32763f3016a454941b8295ece4b36f9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alessandro=C2=A0Decina?= Date: Thu, 5 May 2022 12:46:37 +0000 Subject: [PATCH] aya: revert version to 0.10.7 The world isn't ready to have pre-releases in git --- aya/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aya/Cargo.toml b/aya/Cargo.toml index deb608d6..e94fc53f 100644 --- a/aya/Cargo.toml +++ b/aya/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aya" -version = "0.11.0-dev.0" +version = "0.10.7" description = "An eBPF library with a focus on developer experience and operability." keywords = ["ebpf", "bpf", "linux", "kernel"] license = "MIT OR Apache-2.0"