Skip to content

Commit

Permalink
Merge pull request #334 from jayvdb/serde-derive
Browse files Browse the repository at this point in the history
Use serde derive feature
  • Loading branch information
ducaale authored Oct 22, 2023
2 parents e076701 + 1e69ff4 commit 59cf0fd
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 59cf0fd

Please sign in to comment.