Skip to content

Commit

Permalink
bump lockdrop and vesting-lp contracts versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sotnikov-s committed Mar 27, 2024
1 parent 3ecc8c8 commit f6cb168
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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/lockdrop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neutron-lockdrop"
version = "1.2.1"
version = "1.3.0"
authors = ["_astromartian"]
edition = "2021"

Expand Down
10 changes: 5 additions & 5 deletions contracts/vesting-lp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vesting-lp"
version = "1.1.0"
version = "1.2.0"
authors = ["Neutron"]
edition = "2021"
description = "Vesting contract with a voting capabilities. Provides queries to get the amount of tokens are being held by user at certain height."
Expand All @@ -14,16 +14,16 @@ library = []

[dependencies]
cw2 = { version = "0.15" }
vesting-base = {path = "../../packages/vesting-base"}
vesting-lp-pcl = {path = "../vesting-lp-pcl"}
vesting-base = { path = "../../packages/vesting-base" }
vesting-lp-pcl = { path = "../vesting-lp-pcl" }
astroport = { path = "../../packages/astroport" }
cosmwasm-schema = { version = "1.1", default-features = false }
cosmwasm-schema = { version = "1.1", default-features = false }
cosmwasm-std = { version = "1.1" }
cw-storage-plus = "0.15"
cw20 = { version = "0.15" }

[dev-dependencies]
cw-multi-test = "0.15"
astroport-token = {git = "https://github.com/astroport-fi/astroport-core.git", rev = "65ce7d1879cc5d95b09fa14202f0423bba52ae0e" }
astroport-token = { git = "https://github.com/astroport-fi/astroport-core.git", rev = "65ce7d1879cc5d95b09fa14202f0423bba52ae0e" }
cw20 = { version = "0.15" }
cw-utils = "0.15"

0 comments on commit f6cb168

Please sign in to comment.