diff --git a/contracts/tg4-mixer/Cargo.toml b/contracts/tg4-mixer/Cargo.toml index a2811751..7702f0f9 100644 --- a/contracts/tg4-mixer/Cargo.toml +++ b/contracts/tg4-mixer/Cargo.toml @@ -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]]