Skip to content

Commit 46d288c

Browse files
authored
Merge pull request #447 from Concordium/fix-cis2-deps
Fix the concordium-contracts-common dependency of concordium-cis2
2 parents 3baec0d + e893fbf commit 46d288c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concordium-cis2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ default-features = false
2727

2828
[dependencies.concordium-contracts-common]
2929
path = "../concordium-rust-sdk/concordium-base/smart-contracts/contracts-common/concordium-contracts-common"
30-
version = "*"
30+
version = "9.0"
3131
optional = true
3232
default-features = false
3333

0 commit comments

Comments
 (0)