Skip to content

Commit

Permalink
Rebase integration tests on top of main
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBEN committed Aug 17, 2023
1 parent 477177f commit cd9883e
Show file tree
Hide file tree
Showing 3 changed files with 631 additions and 2 deletions.
4 changes: 2 additions & 2 deletions concordium-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ quickcheck = {version = "1", optional = true }
getrandom = { version = "0.2", features = ["custom"], optional = true }

[dependencies.concordium-contracts-common]
path = "../concordium-contracts-common/concordium-contracts-common"
version = "7.0"
path = "../../../LocalTestingLibrary/concordium-smart-contract-tools/concordium-base/concordium-contracts-common/concordium-contracts-common"
version = "7.1"
default-features = false
features = ["smart-contract"]

Expand Down
4 changes: 4 additions & 0 deletions examples/cis3-nft-sponsored-txs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ crypto-primitives = ["concordium-std/crypto-primitives"]
concordium-std = {path = "../../concordium-std", default-features = false}
concordium-cis2 = {path = "../../concordium-cis2", default-features = false}

[dev-dependencies]
concordium-smart-contract-testing = {path = "../../../../LocalTestingLibrary/concordium-smart-contract-tools/concordium-smart-contract-testing"}
ed25519-dalek = "1.0.1"

[lib]
crate-type=["cdylib", "rlib"]

Expand Down
Loading

0 comments on commit cd9883e

Please sign in to comment.