Skip to content

Commit

Permalink
Bump browserslist-rs
Browse files Browse the repository at this point in the history
Fixes #487
  • Loading branch information
devongovett committed May 11, 2023
1 parent df493d3 commit 3046923
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 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 Cargo.toml
Expand Up @@ -60,7 +60,7 @@ ahash = "0.7.6"
# CLI deps
atty = { version = "0.2", optional = true }
clap = { version = "3.0.6", features = ["derive"], optional = true }
browserslist-rs = { version = "0.7.0", optional = true }
browserslist-rs = { version = "0.12.3", optional = true }
rayon = { version = "1.5.1", optional = true }
dashmap = { version = "5.0.0", optional = true }
serde_json = { version = "1.0.78", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion c/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
[dependencies]
lightningcss = { path = "../", features = ["browserslist"] }
parcel_sourcemap = { version = "2.1.1", features = ["json"] }
browserslist-rs = { version = "0.7.0" }
browserslist-rs = { version = "0.12.3" }

[build-dependencies]
cbindgen = "0.24.3"

0 comments on commit 3046923

Please sign in to comment.