Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
Bug 1671170 - Downgrade smallvec to 1.3. r=markh
Browse files Browse the repository at this point in the history
See servo/rust-smallvec#243 and the PRs in the
comments.

Differential Revision: https://phabricator.services.mozilla.com/D98802
  • Loading branch information
emilio committed Dec 5, 2020
1 parent 2972ba2 commit 00942ac
Show file tree
Hide file tree
Showing 23 changed files with 966 additions and 4,654 deletions.
24 changes: 7 additions & 17 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion servo/components/style/Cargo.toml
Expand Up @@ -66,7 +66,8 @@ servo_arc = { path = "../servo_arc" }
servo_atoms = {path = "../atoms", optional = true}
servo_config = {path = "../config", optional = true}
smallbitvec = "2.3.0"
smallvec = "1.0"
# See https://github.com/servo/rust-smallvec/issues/243
smallvec = "=1.3"
static_prefs = { path = "../../../modules/libpref/init/static_prefs" }
string_cache = { version = "0.8", optional = true }
style_derive = {path = "../style_derive"}
Expand Down
1 change: 0 additions & 1 deletion third_party/rust/cloudabi/.cargo-checksum.json

This file was deleted.

32 changes: 0 additions & 32 deletions third_party/rust/cloudabi/Cargo.toml

This file was deleted.

0 comments on commit 00942ac

Please sign in to comment.