Skip to content

Commit

Permalink
build: bump ockam-ebpf from 0.5.0 to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjoDeundiak authored and davide-baldo committed Dec 4, 2024
1 parent ba6ee0e commit b911f61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_transport_tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cfg-if = "1.0.0"
log = "0.4.21"
minicbor = { version = "0.25.1", default-features = false, features = ["derive"] }
ockam_core = { path = "../ockam_core", version = "^0.121.0" }
ockam_ebpf = { version = "0.5.0", optional = true }
ockam_ebpf = { version = "0.6.0", optional = true }
ockam_macros = { path = "../ockam_macros", version = "^0.36.0" }
ockam_node = { path = "../ockam_node", version = "^0.133.0" }
ockam_transport_core = { path = "../ockam_transport_core", version = "^0.98.0" }
Expand Down

0 comments on commit b911f61

Please sign in to comment.