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

23 lines
644 B

--- gix-mailmap-0.16.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ gix-mailmap-0.16.1/Cargo.toml 2023-08-02T13:52:01.290565+00:00
@@ -15,7 +15,7 @@
name = "gix-mailmap"
version = "0.16.1"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
-description = "A WIP crate of the gitoxide project for parsing mailmap files"
+description = "Parser for mailmap files for gix"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Byron/gitoxide"
@@ -37,10 +37,6 @@
"unicode",
]
default-features = false
-
-[dependencies.document-features]
-version = "0.2.0"
-optional = true
[dependencies.gix-actor]
version = "^0.24.1"