Skip to content

Commit 99a3244

Browse files
committed
v0.13.0
1 parent 307ff7e commit 99a3244

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

Cargo.toml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "browserslist-rs"
3-
version = "0.12.4"
3+
version = "0.13.0"
44
authors = ["Pig Fang <g-plane@hotmail.com>"]
55
edition = "2021"
66
description = "Rust-ported Browserslist."
@@ -23,11 +23,22 @@ name = "browserslist"
2323
crate-type = ["cdylib", "rlib"]
2424

2525
[features]
26-
wasm_bindgen = ["chrono/wasmbind", "getrandom", "getrandom/js", "js-sys", "serde-wasm-bindgen", "wasm-bindgen"]
26+
wasm_bindgen = [
27+
"chrono/wasmbind",
28+
"getrandom",
29+
"getrandom/js",
30+
"js-sys",
31+
"serde-wasm-bindgen",
32+
"wasm-bindgen",
33+
]
2734

2835
[dependencies]
2936
ahash = { version = "0.8", features = ["serde"] }
30-
chrono = { version = "0.4.23", features = ["std", "clock", "oldtime"], default-features = false } # disable wasmbind by default
37+
chrono = { version = "0.4.23", features = [
38+
"std",
39+
"clock",
40+
"oldtime",
41+
], default-features = false } # disable wasmbind by default
3142
either = "1.8"
3243
itertools = "0.10"
3344
nom = "7.1"

0 commit comments

Comments
 (0)