1
0
Fork 0

Adding upstream version 0.5.8.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-25 09:57:46 +02:00
parent 8eaa1cbd39
commit 70b31d8dc0
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
9 changed files with 19 additions and 18 deletions

View file

@ -12,7 +12,7 @@
[package]
edition = "2021"
name = "auth-git2"
version = "0.5.7"
version = "0.5.8"
authors = ["Maarten de Vries <maarten@de-vri.es>"]
build = false
publish = ["crates-io"]
@ -35,6 +35,9 @@ categories = ["authentication"]
license = "BSD-2-Clause"
repository = "https://github.com/de-vri-es/auth-git2-rs"
[features]
log = ["dep:log"]
[lib]
name = "auth_git2"
path = "src/lib.rs"
@ -73,6 +76,3 @@ version = "0.11.6"
[dev-dependencies.git2]
version = ">=0.14, <21.0"
[features]
log = ["dep:log"]