aya-log, aya-log-common: start next development iteration 0.1.12-dev.0

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
pull/379/head
Dave Tucker 2 years ago
parent ba927ac204
commit 6f0637a6c8

@ -1,6 +1,6 @@
[package] [package]
name = "aya-log-common" name = "aya-log-common"
version = "0.1.11" version = "0.1.12-dev.0"
description = "A logging library for eBPF programs." description = "A logging library for eBPF programs."
keywords = ["ebpf", "bpf", "log", "logging"] keywords = ["ebpf", "bpf", "log", "logging"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"

@ -1,6 +1,6 @@
[package] [package]
name = "aya-log" name = "aya-log"
version = "0.1.11" version = "0.1.12-dev.0"
description = "A logging library for eBPF programs." description = "A logging library for eBPF programs."
keywords = ["ebpf", "bpf", "log", "logging"] keywords = ["ebpf", "bpf", "log", "logging"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -12,7 +12,7 @@ edition = "2021"
[dependencies] [dependencies]
aya = { path = "../aya", version = "0.11.0", features=["async_tokio"] } aya = { path = "../aya", version = "0.11.0", features=["async_tokio"] }
aya-log-common = { path = "../aya-log-common", version = "0.1.11-dev.0", features=["userspace"] } aya-log-common = { path = "../aya-log-common", version = "0.1.12-dev.0", features=["userspace"] }
thiserror = "1" thiserror = "1"
log = "0.4" log = "0.4"
bytes = "1.1" bytes = "1.1"

Loading…
Cancel
Save