Skip to content

Commit

Permalink
Merge branch 'feat-2.0' into copy_auction_state_from_types
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Wójcik committed Dec 3, 2024
2 parents 8bed099 + e9233e5 commit cfca75c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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/casper-network/casper-node.git", branch = "feat-2.0", features = ["json-schema"]}
casper-binary-port = { git = "https://github.com/casper-network/casper-node.git", branch = "feat-2.0" }
casper-types = { git = "https://github.com/casper-network/casper-node.git", tag = "v2.0.0-rc5", features = ["json-schema"]}
casper-binary-port = { git = "https://github.com/casper-network/casper-node.git", tag = "v2.0.0-rc5" }
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 cfca75c

Please sign in to comment.