Skip to content

Commit

Permalink
update cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-casper authored Feb 6, 2025
1 parent 4c62971 commit 81f77c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ members = [
anyhow = "1"
async-stream = "0.3.4"
async-trait = "0.1.77"
casper-types = { git = "https://github.com/zajko/casper-node.git", branch = "binary_port_fixes", features = ["json-schema"]}
casper-binary-port = { git = "https://github.com/zajko/casper-node.git", branch = "binary_port_fixes" }
casper-types = { git = "https://github.com/casper-network/casper-node.git", branch = "dev", features = ["json-schema"]}
casper-binary-port = { git = "https://github.com/casper-network/casper-node.git", branch = "dev" }
casper-event-sidecar = { path = "./event_sidecar", version = "1.0.0" }
casper-event-types = { path = "./types", version = "1.0.0" }
casper-rpc-sidecar = { path = "./rpc_sidecar", version = "1.0.0" }
Expand All @@ -31,4 +31,4 @@ toml = "0.5.8"
tracing = { version = "0", default-features = false }
tracing-subscriber = "0"
serde = { version = "1", default-features = false }
jsonschema = "0.26.2"
jsonschema = "0.26.2"

0 comments on commit 81f77c7

Please sign in to comment.