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

pull/350/head
Alessandro Decina 2 years ago committed by Dave Tucker
parent 8bc1bbb3ab
commit bd9a5c8fdf

@ -1,6 +1,6 @@
[package] [package]
name = "aya-log-common" name = "aya-log-common"
version = "0.1.9" version = "0.1.10-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.9" version = "0.1.10-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 = "2018"
[dependencies] [dependencies]
aya = { version = "0.10.7", features=["async_tokio"] } aya = { version = "0.10.7", features=["async_tokio"] }
aya-log-common = { version = "0.1.1", path = "../aya-log-common", features=["userspace"] } aya-log-common = { version = "0.1.10-dev.0", path = "../aya-log-common", features=["userspace"] }
dyn-fmt = "0.3.0" dyn-fmt = "0.3.0"
thiserror = "1" thiserror = "1"
log = "0.4" log = "0.4"

Loading…
Cancel
Save