Browse Source

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

Dave Tucker 1 year ago
parent
commit
c22a6963d4
4 changed files with 4 additions and 4 deletions
  1. 1 1
      aya-log-common/Cargo.toml
  2. 1 1
      aya-log-ebpf-macros/Cargo.toml
  3. 1 1
      aya-log-parser/Cargo.toml
  4. 1 1
      aya-log/Cargo.toml

+ 1 - 1
aya-log-common/Cargo.toml

@@ -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"

+ 1 - 1
aya-log-ebpf-macros/Cargo.toml

@@ -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 }

+ 1 - 1
aya-log-parser/Cargo.toml

@@ -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"

+ 1 - 1
aya-log/Cargo.toml

@@ -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 }