Skip to content

Commit

Permalink
{{crate_name}}: release version 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrod committed Nov 16, 2022
1 parent 0d040d2 commit 832bdd2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ opt-level = 2
overflow-checks = false

[profile.release.package.integration-ebpf]
debug = 2
debug = 2
2 changes: 1 addition & 1 deletion aya-log-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aya-log-common"
version = "0.1.12-dev.0"
version = "0.1.13"
description = "A logging library for eBPF programs."
keywords = ["ebpf", "bpf", "log", "logging"]
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions aya-log/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aya-log"
version = "0.1.12-dev.0"
version = "0.1.13"
description = "A logging library for eBPF programs."
keywords = ["ebpf", "bpf", "log", "logging"]
license = "MIT OR Apache-2.0"
Expand All @@ -12,7 +12,7 @@ edition = "2021"

[dependencies]
aya = { version = "0.11.0", features=["async_tokio"] }
aya-log-common = { path = "../aya-log-common", version = "0.1.12-dev.0", features=["userspace"] }
aya-log-common = { path = "../aya-log-common", version = "0.1.13", features=["userspace"] }
thiserror = "1"
log = "0.4"
bytes = "1.1"
Expand Down
2 changes: 1 addition & 1 deletion bpf/aya-bpf-cty/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ description = "Type aliases to C types like c_int for use with bindgen"
documentation = "https://docs.rs/cty"
license = "MIT OR Apache-2.0"
name = "aya-bpf-cty"
version = "0.2.1"
version = "0.2.1"
2 changes: 1 addition & 1 deletion bpf/aya-bpf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ aya-bpf-macros = { path = "../../aya-bpf-macros" }
aya-bpf-bindings = { path = "../aya-bpf-bindings" }

[build-dependencies]
rustversion = "1.0"
rustversion = "1.0"
2 changes: 1 addition & 1 deletion test/integration-ebpf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ path = "src/pass.rs"

[[bin]]
name = "test"
path = "src/test.rs"
path = "src/test.rs"
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ quote = "1"
proc-macro2 = "1"
indoc = "1.0"
lazy_static = "1"
serde_json = "1"
serde_json = "1"

0 comments on commit 832bdd2

Please sign in to comment.