summaryrefslogtreecommitdiffstats
path: root/vendor/gix-bitmap/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix-bitmap/Cargo.toml')
-rw-r--r--vendor/gix-bitmap/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/gix-bitmap/Cargo.toml b/vendor/gix-bitmap/Cargo.toml
index c8f681f1e..6332dc1a7 100644
--- a/vendor/gix-bitmap/Cargo.toml
+++ b/vendor/gix-bitmap/Cargo.toml
@@ -13,8 +13,9 @@
edition = "2021"
rust-version = "1.65"
name = "gix-bitmap"
-version = "0.2.7"
+version = "0.2.8"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
+exclude = ["CHANGELOG.md"]
description = "A crate of the gitoxide project dedicated implementing the standard git bitmap format"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Byron/gitoxide"