From a7f5b3775d27c89e226c49c4a2f21d0e90b08591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alessandro=C2=A0Decina?= Date: Tue, 21 Sep 2021 08:46:28 +0000 Subject: [PATCH] (cargo-release) version 0.10.4 --- aya/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aya/Cargo.toml b/aya/Cargo.toml index c3c5dec5..c78603bb 100644 --- a/aya/Cargo.toml +++ b/aya/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aya" -version = "0.10.3" +version = "0.10.4" description = "An eBPF library with a focus on developer experience and operability." keywords = ["ebpf", "bpf", "linux", "kernel"] license = "MIT OR Apache-2.0"