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

19 lines
372 B

--- zoxide-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zoxide-0.9.0/Cargo.toml 2023-08-08T11:21:29.269742+00:00
@@ -76,14 +76,12 @@
[profile.release]
lto = true
codegen-units = 1
-debug = 0
-strip = true
[dependencies.anyhow]
version = "1.0.32"
[dependencies.askama]
-version = "0.11.0"
+version = "0.12.0"
default-features = false
[dependencies.bincode]