Browse Source

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

Dave Tucker 2 years ago
parent
commit
526493b
2 changed files with 3 additions and 3 deletions
  1. 1 1
      aya-log/aya-log-common/Cargo.toml
  2. 2 2
      aya-log/aya-log/Cargo.toml

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

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

+ 2 - 2
aya-log/aya-log/Cargo.toml

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