Skip to content

Commit

Permalink
Fix dev dependencies on serde's derive feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 30, 2022
1 parent 2733e63 commit 829175e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -22,6 +22,7 @@ ryu = "1.0"
automod = "1.0"
ref-cast = "1.0"
rustversion = "1.0"
serde = { version = "1.0.100", features = ["derive"] }
serde_bytes = "0.11"
serde_derive = "1.0"
serde_stacker = "0.1"
Expand Down

0 comments on commit 829175e

Please sign in to comment.