cargo: Bump the version number to 0.3.0-alpha.1

This commit is contained in:
Valentin Tolmer 2021-11-29 10:26:11 +01:00 committed by nitnelave
parent 9d623e59c1
commit ddeb4c3ce3
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

@ -1,8 +1,8 @@
[package]
authors = ["Valentin Tolmer <valentin@tolmer.fr>", "Steve Barrau <steve.barrau@gmail.com>", "Thomas Wickham <mackwic@gmail.com>"]
authors = ["Valentin Tolmer <valentin@tolmer.fr>"]
edition = "2021"
name = "lldap"
version = "0.2.0"
version = "0.3.0-alpha.1"
[dependencies]
actix = "0.12"