Skip to content

Commit

Permalink
Bump cis2 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Jun 16, 2023
1 parent d09a2e1 commit f882730
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions concordium-cis2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium-cis2"
version = "3.1.0"
version = "4.0.0"
authors = ["Concordium <[email protected]>"]
edition = "2021"
license = "MPL-2.0"
Expand All @@ -11,7 +11,7 @@ readme = "./README.md"

[dependencies.concordium-std]
path = "../concordium-std"
version = "6.2"
version = "7.0"
default-features = false

[dependencies.primitive-types]
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 = "6"
version = "7"
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 = "6"
version = "7"
path = "../../../concordium-std"
default-features = false

Expand Down
4 changes: 2 additions & 2 deletions examples/two-step-transfer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ std = ["concordium-std/std"]
wee_alloc = ["concordium-std/wee_alloc"]

[dependencies.concordium-std]
version = "6"
version = "7"
path = "../../concordium-std"
default-features = false
features = ["concordium-quickcheck"]

[dev-dependencies.concordium-std]
version = "6"
version = "7"
path = "../../concordium-std"

[lib]
Expand Down

0 comments on commit f882730

Please sign in to comment.