Skip to content

Commit

Permalink
Sort Cargo.toml dependencies list
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 4, 2023
1 parent e98e664 commit 79caf27
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 @@ -12,10 +12,10 @@ repository = "https://github.com/serde-rs/json"
rust-version = "1.36"

[dependencies]
serde = { version = "1.0.100", default-features = false }
indexmap = { version = "2", optional = true }
itoa = "1.0"
ryu = "1.0"
serde = { version = "1.0.100", default-features = false }

[dev-dependencies]
automod = "1.0"
Expand Down

0 comments on commit 79caf27

Please sign in to comment.