Skip to content

Commit

Permalink
Merge pull request #417 from c410-f3r/patch-4
Browse files Browse the repository at this point in the history
Remove unecessary arrayvec feature
  • Loading branch information
paupino authored Aug 22, 2021
2 parents 4cb3128 + e6e0e59 commit f938fe1
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 @@ -56,7 +56,7 @@ serde-arbitrary-precision = ["serde", "serde_json/arbitrary_precision"]
serde-bincode = ["serde-str"] # Backwards compatability
serde-float = ["serde"]
serde-str = ["serde"]
std = ["arrayvec/std"]
std = []
tokio-pg = ["db-tokio-postgres"] # Backwards compatability

[workspace]
Expand Down

0 comments on commit f938fe1

Please sign in to comment.