Skip to content

Commit

Permalink
mention why we pin unicode-width (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth authored Sep 19, 2024
1 parent 5505565 commit 6050a6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data-url/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ alloc = []

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

0 comments on commit 6050a6e

Please sign in to comment.