Skip to content

Commit

Permalink
Merge branch 'feat-2.0' into execution_result_should_be_null
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zajkowski committed Apr 29, 2024
2 parents bb5732e + c5fb3b5 commit 6e8efce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 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/rafal-ch/casper-node", branch = "julietless_node_2" }
casper-binary-port = { git = "https://github.com/rafal-ch/casper-node", branch = "julietless_node_2" }
casper-types = { git = "https://github.com/casper-network/casper-node", branch = "feat-2.0" }
casper-binary-port = { git = "https://github.com/casper-network/casper-node", branch = "feat-2.0" }
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 Down

0 comments on commit 6e8efce

Please sign in to comment.