use master again

This commit is contained in:
Youngjoon Lee 2025-02-06 16:31:11 +09:00
parent 1a4657202b
commit f88a180cf3
No known key found for this signature in database
GPG Key ID: D94003D91DE12141

View File

@ -17,9 +17,9 @@ serde_json = "1.0.132"
tracing = "0.1.40" tracing = "0.1.40"
tracing-subscriber = { version = "0.3", features = ["json", "env-filter", "tracing-log"] } tracing-subscriber = { version = "0.3", features = ["json", "env-filter", "tracing-log"] }
netrunner = { path = "../netrunner" } netrunner = { path = "../netrunner" }
nomos-tracing = { git = "https://github.com/logos-co/nomos-node.git", branch = "blend-persistent-generic-msg" } nomos-tracing = { git = "https://github.com/logos-co/nomos-node.git" }
nomos-blend = { git = "https://github.com/logos-co/nomos-node", branch = "blend-persistent-generic-msg", package = "nomos-blend" } nomos-blend = { git = "https://github.com/logos-co/nomos-node", package = "nomos-blend" }
nomos-blend-message = { git = "https://github.com/logos-co/nomos-node", branch = "blend-persistent-generic-msg", package = "nomos-blend-message" } nomos-blend-message = { git = "https://github.com/logos-co/nomos-node", package = "nomos-blend-message" }
futures = "0.3.31" futures = "0.3.31"
rand_chacha = "0.3" rand_chacha = "0.3"
multiaddr = "0.18" multiaddr = "0.18"