Skip to content

Commit

Permalink
v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Mar 31, 2022
1 parent e7b9216 commit e41bf7e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -7,7 +7,7 @@ members = [
[package]
authors = ["Devon Govett <devongovett@gmail.com>"]
name = "parcel_css"
version = "1.0.0-alpha.20"
version = "1.0.0-alpha.21"
description = "A CSS parser, transformer, and minifier"
license = "MPL-2.0"
edition = "2021"
Expand All @@ -27,7 +27,7 @@ crate-type = ["rlib"]
[dependencies]
serde = { version = "1.0.123", features = ["derive"] }
cssparser = "0.29.1"
parcel_selectors = { version = "0.24.2", path = "./selectors" }
parcel_selectors = { version = "0.24.3", path = "./selectors" }
itertools = "0.10.1"
smallvec = { version = "1.7.0", features = ["union"] }
bitflags = "1.3.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@parcel/css",
"version": "1.7.3",
"version": "1.7.4",
"license": "MPL-2.0",
"description": "A CSS parser, transformer, and minifier written in Rust",
"main": "node/index.js",
Expand Down
2 changes: 1 addition & 1 deletion selectors/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "parcel_selectors"
version = "0.24.2"
version = "0.24.3"
authors = ["The Servo Project Developers"]
documentation = "https://docs.rs/selectors/"
description = "CSS Selectors matching for Rust - forked for parcel_css"
Expand Down

0 comments on commit e41bf7e

Please sign in to comment.