Skip to content

Commit 4e6a4f1

Browse files
committed
Update itoa to 0.4 and bump version
1 parent 6970146 commit 4e6a4f1

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)