Skip to content

Commit

Permalink
Bump browserslist-rs 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Jul 14, 2024
1 parent 39964f1 commit efdfcf5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 61 deletions.
66 changes: 7 additions & 59 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
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ paste = "1.0.12"
# CLI deps
atty = { version = "0.2", optional = true }
clap = { version = "3.0.6", features = ["derive"], optional = true }
browserslist-rs = { version = "0.15.0", optional = true }
browserslist-rs = { version = "0.16.0", 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
Original file line number Diff line number Diff line change
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.15.0" }
browserslist-rs = { version = "0.16.0" }

[build-dependencies]
cbindgen = "0.24.3"

0 comments on commit efdfcf5

Please sign in to comment.