Update waku-bindings to 0.1.0-rc.2 (#86)
This commit is contained in:
parent
c6bc35a931
commit
42ea8f9be3
@ -26,4 +26,4 @@ serde_json = "1.0"
|
|||||||
serde_yaml = "0.9"
|
serde_yaml = "0.9"
|
||||||
color-eyre = "0.6.0"
|
color-eyre = "0.6.0"
|
||||||
serde = "1"
|
serde = "1"
|
||||||
waku-bindings = "0.1.0-rc.1"
|
waku-bindings = "0.1.0-rc.2"
|
||||||
|
@ -18,7 +18,7 @@ nomos-core = { path = "../../nomos-core" }
|
|||||||
tokio = { version = "1", features = ["sync"] }
|
tokio = { version = "1", features = ["sync"] }
|
||||||
tokio-stream = "0.1"
|
tokio-stream = "0.1"
|
||||||
futures = "0.3"
|
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"
|
tracing = "0.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
@ -20,7 +20,7 @@ thiserror = "1.0"
|
|||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tokio = { version = "1", features = ["sync"] }
|
tokio = { version = "1", features = ["sync"] }
|
||||||
tokio-stream = "0.1"
|
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]
|
[dev-dependencies]
|
||||||
nomos-log = { path = "../log" }
|
nomos-log = { path = "../log" }
|
||||||
|
@ -19,7 +19,7 @@ tokio-stream = "0.1"
|
|||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
rand = { version = "0.8", optional = true }
|
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-appender = "0.2"
|
||||||
tracing-subscriber = { version = "0.3", features = ["json"] }
|
tracing-subscriber = { version = "0.3", features = ["json"] }
|
||||||
tracing-gelf = "0.7"
|
tracing-gelf = "0.7"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user