Skip to content

Commit 2e0e98a

Browse files
LastLeafolanod
authored andcommitted
fix: update dep:dtoa-short to be no-std compatible
1 parent 79312b1 commit 2e0e98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ encoding_rs = "0.8"
2121

2222
[dependencies]
2323
cssparser-macros = { path = "./macros", version = "0.6.1" }
24-
dtoa-short = "0.3"
24+
dtoa-short = "0.3.5"
2525
itoa = "1.0"
2626
phf = { version = "0.11.2", features = ["macros"], default-features = false }
2727
serde = { version = "1.0", features = ["derive"], optional = true }

0 commit comments

Comments
 (0)