Skip to content

Commit

Permalink
build: don't enable debug logging by default
Browse files Browse the repository at this point in the history
  • Loading branch information
2bc4 committed Feb 19, 2024
1 parent a304a5e commit d430ff2
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 @@ -23,7 +23,7 @@ panic = "abort"
strip = true

[features]
default = ["colors", "debug-logging"]
default = ["colors"]
colors = []
debug-logging = []

Expand Down

0 comments on commit d430ff2

Please sign in to comment.