Skip to content

Commit 6050a6e

Browse files
authored
mention why we pin unicode-width (#972)
1 parent 5505565 commit 6050a6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data-url/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ alloc = []
1717

1818
[dev-dependencies]
1919
tester = "0.9"
20+
# We pin this transitive dev dep so that MSRV CI can continue to run.
2021
unicode-width = "=0.1.12"
2122
serde = {version = "1.0", features = ["derive"]}
2223
serde_json = "1.0"

0 commit comments

Comments
 (0)