Skip to content

Commit 07705fb

Browse files
committed
Upgrade to browserslist-rs 0.20.0
1 parent c6a0c3c commit 07705fb

3 files changed

Lines changed: 13 additions & 20 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 18 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
@@ -78,7 +78,7 @@ pastey = "0.1.0"
7878
indexmap = { version = "2.2.6", features = ["serde"] }
7979
# CLI deps
8080
clap = { version = "3.0.6", features = ["derive"], optional = true }
81-
browserslist-rs = { version = "0.19.0", optional = true }
81+
browserslist-rs = { version = "0.20.0", optional = true }
8282
rayon = { version = "1.5.1", optional = true }
8383
dashmap = { version = "5.0.0", optional = true }
8484
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.19.0" }
14+
browserslist-rs = { version = "0.20.0" }
1515

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

0 commit comments

Comments
 (0)