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

23 lines
657 B

--- gix-glob-0.10.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ gix-glob-0.10.1/Cargo.toml 2023-08-01T18:32:54.938103+00:00
@@ -15,7 +15,7 @@
name = "gix-glob"
version = "0.10.1"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
-description = "A WIP crate of the gitoxide project dealing with pattern matching"
+description = "Glob pattern matching implementation for gix"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Byron/gitoxide"
@@ -38,10 +38,6 @@
features = ["std"]
default-features = false
-[dependencies.document-features]
-version = "0.2.0"
-optional = true
-
[dependencies.gix-features]
version = "^0.32.1"