Skip to content

Commit 3ccdb76

Browse files
committed
Format TOML
1 parent e03e253 commit 3ccdb76

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

contracts/nested-contracts/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ optimize = """docker run --rm -v "$(pwd)":/code \
3030
[dependencies]
3131
cosmwasm-schema = "2.1.0"
3232
cosmwasm-std = { version = "2.1.0", features = [
33-
"cosmwasm_1_4",
34-
# Enable this if you only deploy to chains that have CosmWasm 2.0 or higher
35-
# "cosmwasm_2_0",
33+
"cosmwasm_1_4",
34+
# Enable this if you only deploy to chains that have CosmWasm 2.0 or higher
35+
# "cosmwasm_2_0",
3636
] }
3737
cw-storage-plus = "2.0.0"
3838
cw2 = "2.0.0"

contracts/nested-contracts/inner-contract/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ optimize = """docker run --rm -v "$(pwd)":/code \
3030
[dependencies]
3131
cosmwasm-schema = "2.1.0"
3232
cosmwasm-std = { version = "2.1.0", features = [
33-
"cosmwasm_1_4",
34-
# Enable this if you only deploy to chains that have CosmWasm 2.0 or higher
35-
# "cosmwasm_2_0",
33+
"cosmwasm_1_4",
34+
# Enable this if you only deploy to chains that have CosmWasm 2.0 or higher
35+
# "cosmwasm_2_0",
3636
] }
3737
cw-storage-plus = "2.0.0"
3838
cw2 = "2.0.0"

0 commit comments

Comments
 (0)