Skip to content

Commit 17d2a1d

Browse files
author
bors-servo
authored
Auto merge of servo#188 - hsivonen:update-encoding_rs, r=SimonSapin
Update encoding_rs to 0.7.0 Update to the latest encoding_rs. The changes along the way don't appear to affect this crate. <!-- 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/188) <!-- Reviewable:end -->
2 parents 758532d + 3f09de5 commit 17d2a1d

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
@@ -16,7 +16,7 @@ exclude = ["src/css-parsing-tests/**", "src/big-data-url.css"]
1616
[dev-dependencies]
1717
rustc-serialize = "0.3"
1818
difference = "1.0"
19-
encoding_rs = "0.5"
19+
encoding_rs = "0.7"
2020

2121
[dependencies]
2222
cssparser-macros = {path = "./macros", version = "0.3"}

0 commit comments

Comments
 (0)