Pārlūkot izejas kodu

chore: move network-types to workspace dep

Signed-off-by: Dave Tucker <[email protected]>
Dave Tucker 3 dienas atpakaļ
vecāks
revīzija
da3f09e28b
2 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 1 0
      Cargo.toml
  2. 1 1
      test/integration-ebpf/Cargo.toml

+ 1 - 0
Cargo.toml

@@ -80,6 +80,7 @@ indoc = { version = "2.0", default-features = false }
 libc = { version = "0.2.105", default-features = false }
 log = { version = "0.4", default-features = false }
 netns-rs = { version = "0.1", default-features = false }
+network-types = { version = "0.0.7", default-features = false }
 nix = { version = "0.29.0", default-features = false }
 num_enum = { version = "0.7", default-features = false }
 object = { version = "0.36", default-features = false }

+ 1 - 1
test/integration-ebpf/Cargo.toml

@@ -17,7 +17,7 @@ workspace = true
 aya-ebpf = { path = "../../ebpf/aya-ebpf" }
 aya-log-ebpf = { path = "../../ebpf/aya-log-ebpf" }
 integration-common = { path = "../integration-common" }
-network-types = "0.0.7"
+network-types = { workspace = true }
 
 [build-dependencies]
 which = { workspace = true }