Skip to content

Commit 35ea558

Browse files
committed
Use a more compact RGBA color representation.
Also contains some changes from Simon Sapin <[email protected]>, including fixups and: * Change test data to use 0...255 integers for all color values.
1 parent 5c262cd commit 35ea558

File tree

8 files changed

+5008
-4979
lines changed

8 files changed

+5008
-4979
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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 <[email protected]>" ]
66

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

0 commit comments

Comments
 (0)