Skip to content

Commit a27b5ac

Browse files
chipshortmergify[bot]
authored andcommitted
Don't use abort in contracts
(cherry picked from commit 7a0e036)
1 parent f44f057 commit a27b5ac

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

contracts/cyberpunk/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ overflow-checks = true
2323
[dependencies]
2424
cosmwasm-schema = { path = "../../packages/schema" }
2525
cosmwasm-std = { path = "../../packages/std", default-features = false, features = [
26-
"abort",
2726
"cosmwasm_1_3",
2827
"std",
2928
] }

contracts/hackatom/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ overflow-checks = true
2525
[dependencies]
2626
cosmwasm-schema = { path = "../../packages/schema" }
2727
cosmwasm-std = { path = "../../packages/std", default-features = false, features = [
28-
"abort",
2928
"cosmwasm_2_2",
3029
"std",
3130
] }

0 commit comments

Comments
 (0)