Skip to content

Commit

Permalink
feat: restore debug-print
Browse files Browse the repository at this point in the history
  • Loading branch information
ltfschoen committed Dec 14, 2024
1 parent d83147f commit 7f4aba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/secret-contracts/nunya-contract/cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ schema = ["cosmwasm-schema"]
cosmwasm-schema = { version = "2.0.0", optional = true }
cosmwasm-std = { package = "secret-cosmwasm-std", version = "1.1.10", features = ["stargate"] }
cosmwasm-storage = { package = "secret-cosmwasm-storage", version = "1.0.0" }
debug-print = "1.0.0"
schemars = "0.8.11"
secret-toolkit = { version = "0.10.0", default-features = false, features = [
"utils",
Expand Down
1 change: 1 addition & 0 deletions packages/secret-contracts/secret-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ contract = []
cosmwasm-schema = { version = "1.1.0", optional = true }
cosmwasm-std = { package = "secret-cosmwasm-std", version = "1.1.11" }
cosmwasm-storage = { package = "secret-cosmwasm-storage", version = "1.1.11" }
debug-print = "1.0.0"
schemars = "0.8.11"
serde = { version = "1.0.144", default-features = false, features = ["derive"] }
serde-json-wasm = "0.5.0"
Expand Down

0 comments on commit 7f4aba3

Please sign in to comment.