Skip to content

Commit

Permalink
fix(PCL): fix dependencies (#432)
Browse files Browse the repository at this point in the history
* fix(PCL): remove unused dependency

* bump factory dep in the common pcl crate

* bump the common pcl crate
  • Loading branch information
epanchee authored Sep 27, 2024
1 parent f119d63 commit b9566f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

3 changes: 1 addition & 2 deletions contracts/pair_concentrated/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ sei = ["astroport/sei", "astroport-pcl-common/sei"]

[dependencies]
astroport.workspace = true
astroport-factory = { path = "../factory", features = ["library"], version = "1" }
astroport-circular-buffer = { path = "../../packages/circular_buffer", version = "0.2" }
astroport-pcl-common = { path = "../../packages/astroport_pcl_common", version = "2" }
astroport-pcl-common = { path = "../../packages/astroport_pcl_common", version = "2.1" }
cw2.workspace = true
cw20 = "1.1"
cosmwasm-std = { workspace = true, features = ["cosmwasm_1_1", "stargate"] }
Expand Down
4 changes: 2 additions & 2 deletions packages/astroport_pcl_common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "astroport-pcl-common"
version = "2.0.2"
version = "2.1.0"
edition = "2021"
description = "Common package contains math tools and utils for Astroport PCL pairs"
license = "GPL-3.0-only"
Expand All @@ -20,7 +20,7 @@ cw-storage-plus.workspace = true
cw20 = "1"
thiserror.workspace = true
astroport.workspace = true
astroport-factory = { path = "../../contracts/factory", version = "1.5", features = ["library"] }
astroport-factory = { path = "../../contracts/factory", version = "1.9", features = ["library"] }
itertools.workspace = true

[dev-dependencies]
Expand Down

0 comments on commit b9566f2

Please sign in to comment.