mirror of
https://github.com/lldap/lldap.git
synced 2024-11-24 08:45:08 +00:00
chore: bump version to 0.6.1-alpha
This commit is contained in:
parent
130d2552ac
commit
b8c06ebd75
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2499,7 +2499,7 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
|||
|
||||
[[package]]
|
||||
name = "lldap"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1-alpha"
|
||||
dependencies = [
|
||||
"actix",
|
||||
"actix-files",
|
||||
|
@ -2575,7 +2575,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lldap_app"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1-alpha"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64 0.13.1",
|
||||
|
|
|
@ -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.0"
|
||||
version = "0.6.1-alpha"
|
||||
include = ["src/**/*", "queries/**/*", "Cargo.toml", "../schema.graphql"]
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -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.0"
|
||||
version = "0.6.1-alpha"
|
||||
|
||||
[dependencies]
|
||||
actix = "0.13"
|
||||
|
|
Loading…
Reference in a new issue