Skip to content

Commit

Permalink
Fix examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Jan 22, 2024
1 parent 4fd4f0f commit b060ea2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/credential-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ wee_alloc = ["concordium-std/wee_alloc"]
crypto-primitives = ["concordium-std/crypto-primitives"]

[dependencies]
concordium-std = {path = "../../concordium-std", version = "8.1", default-features = false, features = ["concordium-quickcheck"]}
concordium-cis2 = {path = "../../concordium-cis2", version = "5.1", default-features = false}
concordium-std = {path = "../../concordium-std", version = "9.0", default-features = false, features = ["concordium-quickcheck"]}
concordium-cis2 = {path = "../../concordium-cis2", version = "6.0", default-features = false}
quickcheck = {version = "1"}

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/piggy-bank/part1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ std = ["concordium-std/std"]
wee_alloc = ["concordium-std/wee_alloc"]

[dependencies.concordium-std]
version = "8"
version = "9"
path = "../../../concordium-std"
default-features = false

Expand Down
2 changes: 1 addition & 1 deletion examples/piggy-bank/part2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ std = ["concordium-std/std"]
wee_alloc = ["concordium-std/wee_alloc"]

[dependencies.concordium-std]
version = "8"
version = "9"
path = "../../../concordium-std"
default-features = false

Expand Down

0 comments on commit b060ea2

Please sign in to comment.