Skip to content

Commit cb42c74

Browse files
authoredAug 19, 2024··
Bump deps and cleanup migration (#432)
* Bump minor cw version. * Update optimizer and rust version. * Mars ver to 2.1.0, cleanup migrations, fix clippy.
1 parent 3e01592 commit cb42c74

File tree

82 files changed

+148
-1852
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+148
-1852
lines changed
 

‎Cargo.lock

Lines changed: 75 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ members = [
3838
]
3939

4040
[workspace.package]
41-
version = "2.0.0"
41+
version = "2.1.0"
4242
authors = [
43-
"Gabe R. <gabe.r@delphilabs.io>",
44-
"Larry Engineer <larry@delphidigital.io>",
45-
"Piotr B. <piotr@delphilabs.io>",
43+
"Piotr B. <piotr@marsprotocol.foundation>",
4644
"Bob v.d. H. <bob@marsprotocol.foundation>",
4745
"Mark Watney <mark@marsprotocol.foundation>",
46+
"Gabe R. <gabe.r@delphilabs.io>",
47+
"Larry Engineer <larry@delphidigital.io>",
4848
"Spike Spiegel <spikeonmars@protonmail.com>",
4949
"Brianna M. <brianna@delphilabs.io>",
5050
"Ahmad Kaouk",
@@ -64,8 +64,8 @@ apollo-utils = "0.1.2"
6464
astroport = "2.8.0"
6565
astroport-v5 = { package = "astroport", version = "5.2.0" }
6666
bech32 = "0.11.0"
67-
cosmwasm-schema = "1.5.5"
68-
cosmwasm-std = "1.5.5"
67+
cosmwasm-schema = "1.5.7"
68+
cosmwasm-std = "1.5.7"
6969
cw2 = "1.1.2"
7070
cw721 = { git = "https://github.com/CosmWasm/cw-nfts/", branch = "main" }
7171
cw721-base = { git = "https://github.com/CosmWasm/cw-nfts/", branch = "main", features = ["library"] }

0 commit comments

Comments
 (0)
Please sign in to comment.