Skip to content

Commit

Permalink
Use a weaker dependency on smallvec.
Browse files Browse the repository at this point in the history
There's no reason to use 1.4, 1.0.0 works just as well.

1.4 causes a big perf regression in Firefox, see
servo/rust-smallvec#243, so while we figure
that out we'd like to keep using 1.3.0.
  • Loading branch information
emilio committed Dec 4, 2020
1 parent 4b9e693 commit e82eb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -109,7 +109,7 @@ fallible-iterator = "0.2"
fallible-streaming-iterator = "0.1"
memchr = "2.3"
uuid = { version = "0.8", optional = true }
smallvec = "1.4"
smallvec = "1.0"

[dev-dependencies]
doc-comment = "0.3"
Expand Down

0 comments on commit e82eb64

Please sign in to comment.