Skip to content

Commit

Permalink
Use serde derive feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Oct 22, 2023
1 parent e076701 commit 1e69ff4
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,7 +41,7 @@ rand = "0.8.3"
regex = { version = "1", default-features = false, features = ["std"] }
roff = { version = "0.2.1", optional = true }
rpassword = "5.0.0"
serde = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
serde_urlencoded = "0.7.0"
termcolor = "1.1.2"
Expand Down

0 comments on commit 1e69ff4

Please sign in to comment.