chore: bump version to 0.6.2-alpha

This commit is contained in:
Valentin Tolmer 2024-11-22 22:50:31 +01:00 committed by nitnelave
parent acd39d20b1
commit 8397d536d9
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -2499,7 +2499,7 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
[[package]]
name = "lldap"
version = "0.6.1"
version = "0.6.2-alpha"
dependencies = [
"actix",
"actix-files",
@ -2575,7 +2575,7 @@ dependencies = [
[[package]]
name = "lldap_app"
version = "0.6.1"
version = "0.6.2-alpha"
dependencies = [
"anyhow",
"base64 0.13.1",

View File

@ -6,7 +6,7 @@ homepage = "https://github.com/lldap/lldap"
license = "GPL-3.0-only"
name = "lldap_app"
repository = "https://github.com/lldap/lldap"
version = "0.6.1"
version = "0.6.2-alpha"
include = ["src/**/*", "queries/**/*", "Cargo.toml", "../schema.graphql"]
[dependencies]

View File

@ -8,7 +8,7 @@ keywords = ["cli", "ldap", "graphql", "server", "authentication"]
license = "GPL-3.0-only"
name = "lldap"
repository = "https://github.com/lldap/lldap"
version = "0.6.1"
version = "0.6.2-alpha"
[dependencies]
actix = "0.13"