Skip to content

Commit 78996fc

Browse files
committed
Increment version for breaking changes in match_ignore_ascii_case
* String patterns now need to be already ASCII lower-case * Input string is no longer implicitly borrowed, add `&` as needed.
1 parent b0c427d commit 78996fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.10.0"
4+
version = "0.11.0"
55
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
66

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

0 commit comments

Comments
 (0)