Skip to content

Commit

Permalink
Dedupe the dirs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Eijebong committed Apr 19, 2020
1 parent 306e8ac commit 3c89566
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
14 changes: 2 additions & 12 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 components/config/Cargo.toml
Expand Up @@ -31,4 +31,4 @@ servo_config_plugins = { path = "../config_plugins" }
std_test_override = { path = "../std_test_override" }

[target.'cfg(not(target_os = "android"))'.dependencies]
dirs = "1.0"
dirs = "2.0.2"
1 change: 0 additions & 1 deletion servo-tidy.toml
Expand Up @@ -53,7 +53,6 @@ packages = [
"core-foundation-sys",
"core-graphics",
"core-text",
"dirs",
"lyon_geom",
]
# Files that are ignored for all tidy and lint checks.
Expand Down

0 comments on commit 3c89566

Please sign in to comment.