Skip to content

Commit 91bc2ad

Browse files
author
bors-servo
authored
Auto merge of servo#216 - Eijebong:itoa, r=nox
Update itoa to 0.4 and bump version <!-- 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/216) <!-- Reviewable:end -->
2 parents 6970146 + 4e6a4f1 commit 91bc2ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cssparser"
3-
version = "0.23.2"
3+
version = "0.23.3"
44
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
55

66
description = "Rust implementation of CSS Syntax Level 3"
@@ -22,7 +22,7 @@ encoding_rs = "0.7"
2222
cssparser-macros = {path = "./macros", version = "0.3"}
2323
dtoa-short = "0.3"
2424
heapsize = {version = ">= 0.3, < 0.5", optional = true}
25-
itoa = "0.3"
25+
itoa = "0.4"
2626
matches = "0.1"
2727
phf = "0.7"
2828
procedural-masquerade = {path = "./procedural-masquerade", version = "0.1"}

0 commit comments

Comments
 (0)