Skip to content

Commit 8aa3073

Browse files
committed
Fix unsupported import error by fixing cc version
1 parent 9e139be commit 8aa3073

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/crypto/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ secp256k1 = { version = "0.27.0", default-features = false, features = [
2727
"alloc",
2828
], optional = true }
2929
cosmwasm-std = { workspace = true }
30+
cc = { version = "=1.1.10" }
3031

3132
[dev-dependencies]
3233
secp256k1 = { version = "0.27.0", default-features = false, features = [

0 commit comments

Comments
 (0)