Skip to content

Commit 570d83f

Browse files
author
bors-servo
authored
Auto merge of #118 - emilio:color, r=SimonSapin
Use a more compact RGBA color representation. r? @SimonSapin <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-cssparser/118) <!-- Reviewable:end -->
2 parents 5c262cd + 173ef5f commit 570d83f

File tree

8 files changed

+5019
-4982
lines changed

8 files changed

+5019
-4982
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "cssparser"
4-
version = "0.7.4"
4+
version = "0.8.0"
55
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
66

77
description = "Rust implementation of CSS Syntax Level 3"

0 commit comments

Comments
 (0)