cargo: depend on the published version of lldap_auth

This commit is contained in:
Valentin Tolmer
2023-05-12 15:37:39 +02:00
parent 1377d5aed9
commit e1aa2bfb18
5 changed files with 27 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ features = [
]
[dependencies.lldap_auth]
path = "../auth"
version = "0.3"
features = [ "opaque_client" ]
[dependencies.image]