Skip to content

Commit

Permalink
Fix some formatting nits
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Aug 5, 2024
1 parent 68fd71e commit e9e3323
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions cosmwasm/ibc-clients/cw-context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ibc-client-wasm-types = { workspace = true, features = [ "schema" ] }

# cosmwasm dependencies
cosmwasm-schema = { workspace = true }
cosmwasm-std = { workspace = true, version = "2.1.0" }
cosmwasm-std = { workspace = true }
cw-storage-plus = { workspace = true }

[dev-dependencies]
Expand All @@ -37,8 +37,8 @@ serde-json = { workspace = true }
[features]
default = [ "std" ]
std = [
"prost/std",
"serde/std",
"ibc-core/std",
"ibc-client-wasm-types/std",
"prost/std",
"serde/std",
"ibc-core/std",
"ibc-client-wasm-types/std",
]
12 changes: 6 additions & 6 deletions cosmwasm/ibc-clients/ics07-tendermint/cw-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = { workspace = true }
rust-version = { workspace = true }
version = { workspace = true }
keywords = [ "ibc", "light-client", "CosmWasm", "ICS-07", "Tendermint" ]
readme = "./../README.md"
readme = "./README.md"

description = """
Contains the implementation of the ICS-07 Tendermint Client logic as a CosmWasm contract.
Expand Down Expand Up @@ -36,9 +36,9 @@ serde-json = { workspace = true }
[features]
default = [ "std" ]
std = [
"prost/std",
"serde/std",
"ibc-client-tendermint/std",
"ibc-client-cw/std",
"ibc-core/std",
"prost/std",
"serde/std",
"ibc-client-tendermint/std",
"ibc-client-cw/std",
"ibc-core/std",
]
12 changes: 6 additions & 6 deletions tests-integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ tendermint-rpc = { workspace = true }
[features]
default = [ "std" ]
std = [
"serde/std",
"serde-json/std",
"ibc/std",
"ibc/serde",
"ibc-testkit/serde",
"tendermint/std",
"serde/std",
"serde-json/std",
"ibc/std",
"ibc/serde",
"ibc-testkit/serde",
"tendermint/std",
]

0 comments on commit e9e3323

Please sign in to comment.