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

23 lines
657 B

--- gix-packetline-0.16.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ gix-packetline-0.16.6/Cargo.toml 2023-09-13T19:32:47.281679+00:00
@@ -20,7 +20,7 @@
"LICENSE-*",
"CHANGELOG.md",
]
-description = "A crate of the gitoxide project implementing the pkt-line serialization format"
+description = "Implementation of the the pkt-line serialization format for gix"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Byron/gitoxide"
@@ -55,10 +55,6 @@
version = "1.3.0"
features = ["std"]
default-features = false
-
-[dependencies.document-features]
-version = "0.2.0"
-optional = true
[dependencies.faster-hex]
version = "0.8.0"