Skip to content

Commit

Permalink
build(cargo): bump up browerslist-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Nov 30, 2022
1 parent a03d990 commit 4d08944
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 23 deletions.
114 changes: 107 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions crates/preset_env_base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Common logic for targetting vairous browsers"
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Common logic for targetting vairous browsers"
documentation = "https://rustdoc.swc.rs/preset_env_base/"
edition = "2021"
license = "Apache-2.0"
name = "preset_env_base"
version = "0.3.2"
edition = "2021"
license = "Apache-2.0"
name = "preset_env_base"
version = "0.3.2"

[lib]
bench = false

[dependencies]
ahash = "0.7.4"
anyhow = "1"
browserslist-rs = "=0.11.0"
dashmap = "5.1.0"
from_variant = { version = "0.1.3", path = "../from_variant" }
once_cell = "1.12.0"
semver = { version = "1.0.4", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
st-map = "0.1.2"
tracing = { version = "0.1.32" }
ahash = "0.7.4"
anyhow = "1"
browserslist-rs = "0.12.2"
dashmap = "5.1.0"
from_variant = { version = "0.1.3", path = "../from_variant" }
once_cell = "1.12.0"
semver = { version = "1.0.4", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
st-map = "0.1.2"
tracing = { version = "0.1.32" }

0 comments on commit 4d08944

Please sign in to comment.