Skip to content

Commit

Permalink
demo-contract-tests: use casper-contract workspace dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed Jun 18, 2024
1 parent 7c13fca commit 34fc5ec
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 20 deletions.
57 changes: 38 additions & 19 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ casper-client = "2.0"
casper-types = "4.0"
casper-client-types = { package = "casper-types", version = "3.0" }
casper-client-hashing = { package = "casper-hashing", version = "2.0" }
casper-contract = { version = "4.0", default-features = false }
casper-event-standard = "0.5"
2 changes: 1 addition & 1 deletion demo-contract-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license.workspace = true
[dev-dependencies]
casper-engine-test-support = { version = "7.0.0", default-features = false }
casper-execution-engine = { version = "7.0.0", default-features = false }
casper-contract = { version = "4.0.0", default-features = false }
casper-contract.workspace = true
casper-types = { workspace = true, default-features = false }
rand = "0.8"
wasm-opt = "0.116"

0 comments on commit 34fc5ec

Please sign in to comment.