Skip to content

Commit 9e5adb4

Browse files
author
Cashmaney
authored
Merge pull request #17 from scrtlabs/secret-crate-alias-example
Secret crate alias
2 parents afc9351 + 9dc125e commit 9e5adb4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+305
-1456
lines changed

Cargo.lock

Lines changed: 50 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/hackatom/Cargo.lock

Lines changed: 38 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/hackatom/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ backtraces = ["cosmwasm-std/backtraces"]
3030

3131
[dependencies]
3232
cosmwasm-schema = { path = "../../packages/schema" }
33-
cosmwasm-std = { path = "../../packages/std", default-features = false, features = [
33+
cosmwasm-std = { path = "../../packages/std-compat", default-features = false, features = [
3434
"abort",
3535
] }
3636
rust-argon2 = "0.8"
@@ -40,4 +40,4 @@ sha2 = "0.10"
4040
thiserror = "1.0"
4141

4242
[dev-dependencies]
43-
cosmwasm-storage = { path = "../../packages/storage", default-features = false }
43+
cosmwasm-storage = { path = "../../packages/storage-compat", default-features = false }

0 commit comments

Comments
 (0)