Skip to content

Commit

Permalink
chore: don't build feature=update by default
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Jan 3, 2022
1 parent 5b96104 commit c737e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ features = ["precommit-hook", "run-cargo-clippy", "run-cargo-fmt"]
version = "1"

[features]
default = ["update"]
default = []
update = ["reqwest"]

0 comments on commit c737e68

Please sign in to comment.