Skip to content

Commit

Permalink
chore(faucet): enable gifting by default and disable initial-data fea…
Browse files Browse the repository at this point in the history
…ture
  • Loading branch information
RolandSherwin authored and jacderida committed Jul 2, 2024
1 parent b71785c commit f13b60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sn_faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/maidsafe/safe_network"
version = "0.4.29"

[features]
default = ["initial-data"]
default = ["gifting"]
distribution = ["base64", "bitcoin", "minreq"]
gifting = []
initial-data = ["reqwest", "futures"]
Expand Down

0 comments on commit f13b60a

Please sign in to comment.