Skip to content

Commit

Permalink
Update to itoa 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 12, 2021
1 parent b66b0eb commit 48455de
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 @@ -16,7 +16,7 @@ rust-version = "1.36"
[dependencies]
serde = { version = "1.0.100", default-features = false }
indexmap = { version = "1.5", optional = true }
itoa = { version = "0.4.3", default-features = false }
itoa = "1.0"
ryu = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit 48455de

Please sign in to comment.