Skip to content

Commit b7f003f

Browse files
committed
Fix contracts
1 parent 7b97715 commit b7f003f

File tree

13 files changed

+1
-36
lines changed

13 files changed

+1
-36
lines changed

contracts/burner/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ overflow-checks = true
2727
default = []
2828
# Use cranelift backend instead of singlepass. This is required for development on 32 bit or ARM machines.
2929
cranelift = ["cosmwasm-vm/cranelift"]
30-
# for quicker tests, cargo test --lib
31-
# for more explicit tests, cargo test --features=backtraces
32-
backtraces = ["cosmwasm-vm/backtraces"]
30+
3331

3432
[dependencies]
3533
cosmwasm-schema = { path = "../../packages/schema" }

contracts/crypto-verify/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ overflow-checks = true
2727
default = []
2828
# Use cranelift backend instead of singlepass. This is required for development on 32 bit or ARM machines.
2929
cranelift = ["cosmwasm-vm/cranelift"]
30-
# for quicker tests, cargo test --lib
31-
# for more explicit tests, cargo test --features=backtraces
32-
backtraces = ["cosmwasm-vm/backtraces"]
3330

3431
[dependencies]
3532
cosmwasm-schema = { path = "../../packages/schema" }

contracts/cyberpunk/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ overflow-checks = true
2525
default = []
2626
# Use cranelift backend instead of singlepass. This is required for development on 32 bit or ARM machines.
2727
cranelift = ["cosmwasm-vm/cranelift"]
28-
# For quicker tests, cargo test --lib. for more explicit tests, cargo test --features=backtraces
29-
backtraces = ["cosmwasm-vm/backtraces"]
3028

3129
[dependencies]
3230
cosmwasm-schema = { path = "../../packages/schema" }

contracts/empty/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ overflow-checks = true
2727
default = []
2828
# Use cranelift backend instead of singlepass. This is required for development on 32 bit or ARM machines.
2929
cranelift = ["cosmwasm-vm/cranelift"]
30-
# for quicker tests, cargo test --lib
31-
# for more explicit tests, cargo test --features=backtraces
32-
backtraces = ["cosmwasm-vm/backtraces"]
3330

3431
[dependencies]
3532
cosmwasm-schema = { path = "../../packages/schema" }

contracts/floaty/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ overflow-checks = true
2727
default = []
2828
# Use cranelift backend instead of singlepass. This is required for development on 32 bit or ARM machines.
2929
cranelift = ["cosmwasm-vm/cranelift"]
30-
# For quicker tests, cargo test --lib. for more explicit tests, cargo test --features=backtraces
31-
backtraces = ["cosmwasm-vm/backtraces"]
3230

3331
[dependencies]
3432
cosmwasm-schema = { path = "../../packages/schema" }

contracts/hackatom/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ overflow-checks = true
2727
default = []
2828
# Use cranelift backend instead of singlepass. This is required for development on 32 bit or ARM machines.
2929
cranelift = ["cosmwasm-vm/cranelift"]
30-
# For quicker tests, cargo test --lib. for more explicit tests, cargo test --features=backtraces
31-
backtraces = ["cosmwasm-vm/backtraces"]
3230

3331
[dependencies]
3432
cosmwasm-schema = { path = "../../packages/schema" }

contracts/ibc-reflect-send/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ overflow-checks = true
2727
default = []
2828
# Use cranelift backend instead of singlepass. This is required for development on 32 bit or ARM machines.
2929
cranelift = ["cosmwasm-vm/cranelift"]
30-
# for quicker tests, cargo test --lib
31-
# for more explicit tests, cargo test --features=backtraces
32-
backtraces = ["cosmwasm-vm/backtraces"]
3330

3431
[dependencies]
3532
cosmwasm-schema = { path = "../../packages/schema" }

contracts/ibc-reflect/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ overflow-checks = true
2727
default = []
2828
# Use cranelift backend instead of singlepass. This is required for development on 32 bit or ARM machines.
2929
cranelift = ["cosmwasm-vm/cranelift"]
30-
# for quicker tests, cargo test --lib
31-
# for more explicit tests, cargo test --features=backtraces
32-
backtraces = ["cosmwasm-vm/backtraces"]
3330

3431
[dependencies]
3532
cosmwasm-schema = { path = "../../packages/schema" }

contracts/queue/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ overflow-checks = true
2727
default = []
2828
# Use cranelift backend instead of singlepass. This is required for development on 32 bit or ARM machines.
2929
cranelift = ["cosmwasm-vm/cranelift"]
30-
# For quicker tests, cargo test --lib. for more explicit tests, cargo test --features=backtraces
31-
backtraces = ["cosmwasm-vm/backtraces"]
3230
# this is to demonstrate conditional entry-points for cosmwasm-plus style
3331
library = []
3432

contracts/reflect/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ overflow-checks = true
2828
default = []
2929
# Use cranelift backend instead of singlepass. This is required for development on 32 bit or ARM machines.
3030
cranelift = ["cosmwasm-vm/cranelift"]
31-
# for quicker tests, cargo test --lib
32-
# for more explicit tests, cargo test --features=backtraces
33-
backtraces = ["cosmwasm-vm/backtraces"]
3431

3532
[dependencies]
3633
cosmwasm-schema = { path = "../../packages/schema" }

0 commit comments

Comments
 (0)