Release aya-log v0.2.1

aya-log-v0.2.1
Dave Tucker 3 months ago
parent 04bbbccffa
commit 65911658e7

File diff suppressed because one or more lines are too long

@ -1,6 +1,6 @@
[package] [package]
name = "aya-log" name = "aya-log"
version = "0.2.0" version = "0.2.1"
description = "A logging library for eBPF programs." description = "A logging library for eBPF programs."
keywords = ["bpf", "ebpf", "log", "logging"] keywords = ["bpf", "ebpf", "log", "logging"]
readme = "README.md" readme = "README.md"

@ -12,7 +12,7 @@ edition.workspace = true
anyhow = { workspace = true, features = ["std"] } anyhow = { workspace = true, features = ["std"] }
assert_matches = { workspace = true } assert_matches = { workspace = true }
aya = { path = "../../aya", version = "^0.13.0", default-features = false } aya = { path = "../../aya", version = "^0.13.0", default-features = false }
aya-log = { path = "../../aya-log", version = "^0.2.0", default-features = false } aya-log = { path = "../../aya-log", version = "^0.2.1", default-features = false }
aya-obj = { path = "../../aya-obj", version = "^0.2.0", default-features = false } aya-obj = { path = "../../aya-obj", version = "^0.2.0", default-features = false }
env_logger = { workspace = true } env_logger = { workspace = true }
epoll = { workspace = true } epoll = { workspace = true }

Loading…
Cancel
Save