Skip to content

Commit 3046923

Browse files
committed
Bump browserslist-rs
Fixes parcel-bundler#487
1 parent df493d3 commit 3046923

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 7 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
@@ -60,7 +60,7 @@ ahash = "0.7.6"
6060
# CLI deps
6161
atty = { version = "0.2", optional = true }
6262
clap = { version = "3.0.6", features = ["derive"], optional = true }
63-
browserslist-rs = { version = "0.7.0", optional = true }
63+
browserslist-rs = { version = "0.12.3", optional = true }
6464
rayon = { version = "1.5.1", optional = true }
6565
dashmap = { version = "5.0.0", optional = true }
6666
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.7.0" }
14+
browserslist-rs = { version = "0.12.3" }
1515

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

0 commit comments

Comments
 (0)