Skip to content

Commit

Permalink
bump the common pcl crate
Browse files Browse the repository at this point in the history
  • Loading branch information
epanchee committed Sep 27, 2024
1 parent 3ccd23c commit b3adef6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion contracts/pair_concentrated/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sei = ["astroport/sei", "astroport-pcl-common/sei"]
[dependencies]
astroport.workspace = true
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
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit b3adef6

Please sign in to comment.