Skip to content

Commit

Permalink
fix snip20 interface feature
Browse files Browse the repository at this point in the history
before, the query_auth_impl feature was being included, which brought in unnecessary (and troublesome) dependencies.
  • Loading branch information
kent-3 committed Oct 16, 2023
1 parent 40ece0a commit 21db432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shade_protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ treasury_manager = ["adapter"]
# lp_shdswap = ["interface"]
adapter = ["interface"]
manager = ["interface"]
snip20 = ["query_auth_impl", "dep:base64"]
snip20 = ["interface", "dep:base64"]
query_auth = ["interface", "query_auth_lib", "dep:remain"]
snip20_staking = ["interface", "implementation"]
sky = ["snip20", "dex", "dao"]
Expand Down

0 comments on commit 21db432

Please sign in to comment.