-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make PredefinedColorSpace follow the convention of parse() and ToCss (#…
…386) Also bump version to 0.34, because this is a breaking change.
- Loading branch information
Showing
4 changed files
with
29 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cssparser" | ||
version = "0.33.0" | ||
version = "0.34.0" | ||
authors = ["Simon Sapin <[email protected]>"] | ||
|
||
description = "Rust implementation of CSS Syntax Level 3" | ||
|
@@ -23,7 +23,7 @@ encoding_rs = "0.8" | |
cssparser-macros = { path = "./macros", version = "0.6.1" } | ||
dtoa-short = "0.3" | ||
itoa = "1.0" | ||
phf = { version = "0.11.2", features = ["macros"] } | ||
phf = { version = "0.11.2", features = ["macros"] } | ||
serde = { version = "1.0", features = ["derive"], optional = true } | ||
smallvec = "1.0" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters