Skip to content

Commit

Permalink
Update contracts/tg4-mixer/Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Mauro Lacy <maurolacy@users.noreply.github.com>
  • Loading branch information
uint and maurolacy committed Jan 31, 2022
1 parent 2c16a2d commit 7c46ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/tg4-mixer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cw-multi-test = { version = "0.11.0" }
cosmwasm-schema = { version = "1.0.0-beta" }
# version's workaround for issue with cyclic dependencies during cargo publish
# https://github.com/rust-lang/cargo/issues/4242
tg4-engagement = { path = "../tg4-engagement", version = ">= 0.5.3-2, <= 0.6.0-alpha1", features = ["library"] }
tg4-engagement = { path = "../tg4-engagement", version = ">= 0.5.5, <= 0.6.0-alpha1", features = ["library"] }
tg4-stake = { path = "../tg4-stake", version = "0.6.0-alpha1", features = ["library"] }

[[bench]]
Expand Down

0 comments on commit 7c46ca4

Please sign in to comment.