Skip to content

Commit 2db655c

Browse files
author
apolloshab
committed
chore - enable library features on some imports
1 parent 1df7b0c commit 2db655c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ serde = {version = "1.0.137", default-features = false, features = ["derive"]}
2929
thiserror = {version = "1.0.31"}
3030

3131
# Junoswap
32-
wasmswap = { git = "https://github.com/Wasmswap/wasmswap-contracts.git", tag = "v1.1.0-beta" }
32+
wasmswap = { git = "https://github.com/Wasmswap/wasmswap-contracts.git", tag = "v1.1.0-beta", features = ["library"] }
3333
cw20-0_10_3 = { package = "cw20", version = "0.10.3" }
3434
cw20-stake = { git = "https://github.com/DA0-DA0/dao-contracts" } # TODO: what version?
35-
stake-cw20-external-rewards = { git = "https://github.com/DA0-DA0/dao-contracts" } # TODO: what version?
35+
stake-cw20-external-rewards = { git = "https://github.com/DA0-DA0/dao-contracts", features = ["library"] } # TODO: what version?
3636
cw-utils-0_13_4 = { package = "cw-utils", version = "0.13.4" }

0 commit comments

Comments
 (0)