Release aya-log-common v0.1.14, aya-log v0.2.0

pull/897/head
Dave Tucker 7 months ago
parent 0e99fa0f34
commit c22a6963d4

@ -1,6 +1,6 @@
[package]
name = "aya-log-common"
version = "0.1.13"
version = "0.1.14"
description = "A logging library for eBPF programs."
keywords = ["bpf", "ebpf", "log", "logging"]
documentation = "https://docs.rs/aya-log"

@ -9,7 +9,7 @@ homepage.workspace = true
edition.workspace = true
[dependencies]
aya-log-common = { path = "../aya-log-common", version = "0.1.13", default-features = false }
aya-log-common = { path = "../aya-log-common", version = "^0.1.14", default-features = false }
aya-log-parser = { path = "../aya-log-parser", version = "0.1.13", default-features = false }
proc-macro2 = { workspace = true }
quote = { workspace = true }

@ -9,7 +9,7 @@ homepage.workspace = true
edition.workspace = true
[dependencies]
aya-log-common = { path = "../aya-log-common", version = "0.1.13", default-features = false }
aya-log-common = { path = "../aya-log-common", version = "^0.1.14", default-features = false }
[lib]
path = "src/lib.rs"

@ -13,7 +13,7 @@ edition.workspace = true
[dependencies]
aya = { path = "../aya", version = "^0.12.0", features = ["async_tokio"] }
aya-log-common = { path = "../aya-log-common", version = "0.1.13", default-features = false }
aya-log-common = { path = "../aya-log-common", version = "^0.1.14", default-features = false }
bytes = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }

Loading…
Cancel
Save