You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-utf8-width/utf8-width-fix-metadata.diff

16 lines
330 B

--- utf8-width-0.1.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ utf8-width-0.1.7/Cargo.toml 2024-09-29T16:12:57.252893+00:00
@@ -37,12 +37,3 @@
]
license = "MIT"
repository = "https://github.com/magiclen/utf8-width"
-
-[[bench]]
-name = "bench"
-harness = false
-
-[dependencies]
-
-[dev-dependencies.bencher]
-version = "0.1.5"