Remove branch from cargo

This commit is contained in:
Daniel Sanchez Quiros 2024-11-08 10:10:34 +07:00
parent 4ba7bf2dfa
commit 7ca3783eee

View File

@ -17,8 +17,8 @@ tracing = "0.1.40"
tracing-subscriber = { version = "0.3", features = ["json", "env-filter", "tracing-log"] }
netrunner = { path = "../netrunner" }
nomos-tracing = { git = "https://github.com/logos-co/nomos-node.git" }
nomos-mix = { git = "https://github.com/logos-co/nomos-node", package = "nomos-mix", branch = "missing-covertraffic-bounds" }
nomos-mix-message = { git = "https://github.com/logos-co/nomos-node", package = "nomos-mix-message", branch = "missing-covertraffic-bounds" }
nomos-mix = { git = "https://github.com/logos-co/nomos-node", package = "nomos-mix" }
nomos-mix-message = { git = "https://github.com/logos-co/nomos-node", package = "nomos-mix-message" }
futures = "0.3.31"
rand_chacha = "0.3"
multiaddr = "0.18"