Adding upstream version 0.5.8.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8eaa1cbd39
commit
70b31d8dc0
9 changed files with 19 additions and 18 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue