Skip to content

Commit 466180e

Browse files
committed
prepare release v6
1 parent e060faa commit 466180e

4 files changed

Lines changed: 26 additions & 26 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ thiserror = "1.0"
2727
itertools = "0.12"
2828
cosmwasm-schema = "1.5"
2929
cw-utils = "1"
30-
astroport = { path = "./packages/astroport", version = "5.11.0" }
30+
astroport = { path = "./packages/astroport", version = "6.0.0" }
3131

3232
[profile.release]
3333
opt-level = "z"

contracts/pair_concentrated_duality/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ itertools = { workspace = true }
3838
cw-utils = { workspace = true }
3939
cw2 = { workspace = true }
4040

41-
astroport = { path = "../../packages/astroport", version = "5.9", features = ["duality"] }
41+
astroport = { workspace = true, features = ["duality"] }
4242
astroport-pcl-common = { path = "../../packages/astroport_pcl_common", version = "2" }
4343

4444
serde = { version = "1.0.203", features = ["derive"] }

packages/astroport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "astroport"
3-
version = "5.12.0"
3+
version = "6.0.0"
44
authors = ["Astroport"]
55
edition = "2021"
66
description = "Common Astroport types, queriers and other utils"

0 commit comments

Comments
 (0)