cargo: Bump the version to 0.2.0

This commit is contained in:
Valentin Tolmer 2021-10-20 15:07:07 +09:00 committed by nitnelave
parent eef3afd2e2
commit aa8bbf96f8
4 changed files with 6 additions and 6 deletions

6
Cargo.lock generated
View File

@ -1697,7 +1697,7 @@ checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
[[package]]
name = "lldap"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"actix",
"actix-files",
@ -1749,7 +1749,7 @@ dependencies = [
[[package]]
name = "lldap_app"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"anyhow",
"chrono",
@ -1773,7 +1773,7 @@ dependencies = [
[[package]]
name = "lldap_auth"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"chrono",
"curve25519-dalek",

View File

@ -1,6 +1,6 @@
[package]
name = "lldap_app"
version = "0.1.0"
version = "0.2.0"
authors = ["Valentin Tolmer <valentin@tolmer.fr>", "Steve Barrau <steve.barrau@gmail.com>", "Thomas Wickham <mackwic@gmail.com>"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "lldap_auth"
version = "0.1.0"
version = "0.2.0"
authors = ["Valentin Tolmer <valentin@tolmer.fr>", "Steve Barrau <steve.barrau@gmail.com>", "Thomas Wickham <mackwic@gmail.com>"]
edition = "2018"

View File

@ -2,7 +2,7 @@
authors = ["Valentin Tolmer <valentin@tolmer.fr>", "Steve Barrau <steve.barrau@gmail.com>", "Thomas Wickham <mackwic@gmail.com>"]
edition = "2018"
name = "lldap"
version = "0.1.0"
version = "0.2.0"
[dependencies]
actix = "0.12"