Skip to content

Commit

Permalink
Merge pull request #60 from osmosis-labs/external-staking-locks-2
Browse files Browse the repository at this point in the history
External staking locks 2
  • Loading branch information
ethanfrey authored Jun 23, 2023
2 parents b765ebd + cf328f5 commit 158d25e
Show file tree
Hide file tree
Showing 12 changed files with 686 additions and 149 deletions.
22 changes: 11 additions & 11 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.3.0-alpha.1"
version = "0.3.0-beta.1"
license = "MIT"
repository = "https://github.com/osmosis-labs/mesh-security"

Expand Down
1 change: 1 addition & 0 deletions contracts/provider/external-staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ mt = ["library", "sylvia/mt"]

[dependencies]
mesh-apis = { workspace = true }
mesh-sync = { workspace = true }

sylvia = { workspace = true }
cosmwasm-schema = { workspace = true }
Expand Down
Loading

0 comments on commit 158d25e

Please sign in to comment.