Skip to content

Commit

Permalink
feat: Update MultiTest to 2.2.0
Browse files Browse the repository at this point in the history
Uncomment auto deserialization of payload in tests.
Add test case for deserialization of custom data type.
  • Loading branch information
jawoznia committed Nov 12, 2024
1 parent b7a245d commit 2072b7a
Show file tree
Hide file tree
Showing 7 changed files with 216 additions and 144 deletions.
94 changes: 57 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ version = "1.2.1"

[workspace.dependencies]
sylvia-derive = { version = "1.2.1", path = "sylvia-derive" }
anyhow = "1.0.86"
cosmwasm-schema = "2.1.1"
cosmwasm-std = "2.1.1"
cw-multi-test = "2.1.1"
anyhow = "1.0.93"
cosmwasm-schema = "2.1.4"
cosmwasm-std = "2.1.4"
cw-multi-test = "2.2.0"
cw-storage-plus = "2.0.0"
schemars = "0.8.21"
cw-utils = "2.0.0"
serde = { version = "1.0.204", default-features = false, features = ["derive"] }
thiserror = "1.0.63"
serde = { version = "1.0.214", default-features = false, features = ["derive"] }
thiserror = "2.0.0"

[workspace.metadata.docs.rs]
all-features = true
Expand Down
Loading

0 comments on commit 2072b7a

Please sign in to comment.