Skip to content

Commit cb85125

Browse files
committed
fix: make evaporation optional
1 parent cf0ef65 commit cb85125

File tree

5 files changed

+141
-7
lines changed

5 files changed

+141
-7
lines changed

.cargo/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ schema = "run --example schema"
99

1010
[features]
1111
gas_tracking = []
12+
gas_evaporation = []

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ overflow-checks = true
3030
#default = ["debug-print"]
3131
backtraces = ["cosmwasm-std/backtraces"]
3232
gas_tracking = []
33+
gas_evaporation = []
3334

3435
# debug-print = ["cosmwasm-std/debug-print"]
3536
[dependencies]

0 commit comments

Comments
 (0)