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-bat/bat-fix-metadata.diff

29 lines
543 B

--- bat-0.24.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bat-0.24.0/Cargo.toml 2023-10-29T19:40:36.874627+00:00
@@ -30,7 +30,6 @@
[profile.release]
lto = true
codegen-units = 1
-strip = true
[dependencies.ansi_colours]
version = "^1.2"
@@ -91,12 +90,11 @@
version = "1.18"
[dependencies.os_str_bytes]
-version = "~6.4"
-optional = true
-
-[dependencies.path_abs]
-version = "0.5"
-default-features = false
+version = "~6.6"
+optional = true
+
+[dependencies.path-absolutize]
+version = "3"
[dependencies.regex]
version = "1.8.3"