We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b467727 + 84e8896 commit 60ebe25Copy full SHA for 60ebe25
Cargo.toml
@@ -3,6 +3,11 @@ members = [
3
"account"
4
]
5
6
+[profile.release]
7
+opt-level = 3 # Use slightly better optimizations.
8
+overflow-checks = true # Disable integer overflow checks.
9
+
10
11
[workspace.dependencies]
12
cosmos-sdk-proto = { version = "0.19", default-features = false }
13
cosmwasm-schema = "=1.4.1"
0 commit comments