Skip to content

Commit

Permalink
Massive toml performance bump, fixes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvadm committed Oct 28, 2019
1 parent 23462ea commit a82c4ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -14,7 +14,7 @@ regex = "1.3.1"
reqwest = "0.9.21"
serde = { version = "1.0.101", features = ["derive"] }
serde_json = "1.0.41"
toml = "0.5.3"
toml = "0.5.4"
quick-xml = "0.16.1"

[target.'cfg(target_family = "unix")'.dependencies]
Expand Down

0 comments on commit a82c4ba

Please sign in to comment.