Skip to content

Commit

Permalink
Fix unsupported import error by fixing cc version
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Nov 13, 2024
1 parent 9e139be commit 8aa3073
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ secp256k1 = { version = "0.27.0", default-features = false, features = [
"alloc",
], optional = true }
cosmwasm-std = { workspace = true }
cc = { version = "=1.1.10" }

[dev-dependencies]
secp256k1 = { version = "0.27.0", default-features = false, features = [
Expand Down

0 comments on commit 8aa3073

Please sign in to comment.