Skip to content

Commit

Permalink
Update basecoin-store dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Aug 9, 2024
1 parent dd88741 commit bbed1c7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
42 changes: 21 additions & 21 deletions ibc-testkit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ibc-proto = { workspace = true }
ibc-query = { workspace = true }

# basecoin dependencies
basecoin-store = { version = "0.1.0" }
basecoin-store = { version = "0.2.0" }

# cosmos dependencies
tendermint = { workspace = true }
Expand All @@ -46,32 +46,32 @@ rstest = { workspace = true }
[features]
default = [ "std" ]
std = [
"hex/std",
"serde/std",
"serde-json/std",
"ibc/std",
"ibc-proto/std",
"tendermint/std",
"hex/std",
"serde/std",
"serde-json/std",
"ibc/std",
"ibc-proto/std",
"tendermint/std",
]
serde = [
"dep:serde",
"ibc/serde",
"ibc-proto/serde",
"dep:serde-json",
"dep:serde",
"ibc/serde",
"ibc-proto/serde",
"dep:serde-json",
]
schema = [
"dep:schemars",
"ibc/schema",
"ibc-proto/json-schema",
"serde",
"std",
"dep:schemars",
"ibc/schema",
"ibc-proto/json-schema",
"serde",
"std",
]
borsh = [
"dep:borsh",
"ibc/borsh",
"ibc-proto/borsh",
"dep:borsh",
"ibc/borsh",
"ibc-proto/borsh",
]
parity-scale-codec = [
"ibc/parity-scale-codec",
"ibc-proto/parity-scale-codec",
"ibc/parity-scale-codec",
"ibc-proto/parity-scale-codec",
]
14 changes: 7 additions & 7 deletions tests-integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ibc-query = { workspace = true }
ibc-testkit = { workspace = true }

# basecoin dependencies
basecoin-store = { version = "0.1.0" }
basecoin-store = { version = "0.2.0" }

# cosmos dependencies
tendermint = { workspace = true }
Expand All @@ -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 bbed1c7

Please sign in to comment.