Update waku-bindings to 0.1.0-rc.2 (#86)

This commit is contained in:
gusto 2023-03-06 15:18:27 +02:00 committed by GitHub
parent c6bc35a931
commit 42ea8f9be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -26,4 +26,4 @@ serde_json = "1.0"
serde_yaml = "0.9"
color-eyre = "0.6.0"
serde = "1"
waku-bindings = "0.1.0-rc.1"
waku-bindings = "0.1.0-rc.2"

View File

@ -18,7 +18,7 @@ nomos-core = { path = "../../nomos-core" }
tokio = { version = "1", features = ["sync"] }
tokio-stream = "0.1"
futures = "0.3"
waku-bindings = { version = "0.1.0-rc.1", optional = true}
waku-bindings = { version = "0.1.0-rc.2", optional = true}
tracing = "0.1"
[features]

View File

@ -20,7 +20,7 @@ thiserror = "1.0"
tracing = "0.1"
tokio = { version = "1", features = ["sync"] }
tokio-stream = "0.1"
waku-bindings = { version = "0.1.0-rc.1", optional = true}
waku-bindings = { version = "0.1.0-rc.2", optional = true}
[dev-dependencies]
nomos-log = { path = "../log" }

View File

@ -19,7 +19,7 @@ tokio-stream = "0.1"
thiserror = "1.0"
tracing = "0.1"
rand = { version = "0.8", optional = true }
waku-bindings = { version = "0.1.0-rc.1", optional = true }
waku-bindings = { version = "0.1.0-rc.2", optional = true }
tracing-appender = "0.2"
tracing-subscriber = { version = "0.3", features = ["json"] }
tracing-gelf = "0.7"