Skip to content

Commit efdfcf5

Browse files
committed
Bump browserslist-rs 0.16.0
1 parent 39964f1 commit efdfcf5

File tree

3 files changed

+9
-61
lines changed

3 files changed

+9
-61
lines changed

Cargo.lock

Lines changed: 7 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ paste = "1.0.12"
6565
# CLI deps
6666
atty = { version = "0.2", optional = true }
6767
clap = { version = "3.0.6", features = ["derive"], optional = true }
68-
browserslist-rs = { version = "0.15.0", optional = true }
68+
browserslist-rs = { version = "0.16.0", optional = true }
6969
rayon = { version = "1.5.1", optional = true }
7070
dashmap = { version = "5.0.0", optional = true }
7171
serde_json = { version = "1.0.78", optional = true }

c/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111
[dependencies]
1212
lightningcss = { path = "../", features = ["browserslist"] }
1313
parcel_sourcemap = { version = "2.1.1", features = ["json"] }
14-
browserslist-rs = { version = "0.15.0" }
14+
browserslist-rs = { version = "0.16.0" }
1515

1616
[build-dependencies]
1717
cbindgen = "0.24.3"

0 commit comments

Comments
 (0)