--- 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 "] -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"