diff --git a/Cargo.lock b/Cargo.lock index 64b4616..f2ed8b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,7 +243,7 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" [[package]] name = "oxc-browserslist" -version = "0.17.1" +version = "1.0.0" dependencies = [ "criterion2", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index a40958b..d43e93a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc-browserslist" -version = "0.17.1" +version = "1.0.0" authors = ["Boshen ", "Pig Fang "] edition = "2021" description = "Rust-ported Browserslist for Oxc."