Skip to content

Commit

Permalink
fix!: Make serde a non-default feature
Browse files Browse the repository at this point in the history
Tryin to discourage people from doing `default-features = false`
  • Loading branch information
epage committed Mar 29, 2022
1 parent 5c7308c commit 6c33fa1
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 @@ -34,7 +34,7 @@ pre-release-replacements = [
]

[features]
default = ["unsafe", "serde"]
default = ["unsafe"]

## O(1) clone support
arc = []
Expand Down

0 comments on commit 6c33fa1

Please sign in to comment.