From 6050a6e001a14f07ffca7db6219154510af5b2e6 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 19 Sep 2024 10:17:52 -0700 Subject: [PATCH] mention why we pin unicode-width (#972) --- data-url/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/data-url/Cargo.toml b/data-url/Cargo.toml index e91fd6b4..cdde4ac9 100644 --- a/data-url/Cargo.toml +++ b/data-url/Cargo.toml @@ -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"