version: bump to 0.4.3-alpha (#522)

This commit is contained in:
nitnelave 2023-04-04 13:00:17 +02:00 committed by GitHub
parent 1fe635384f
commit 1b8849ead1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "lldap_app"
version = "0.4.2"
version = "0.4.3-alpha"
authors = ["Valentin Tolmer <valentin@tolmer.fr>"]
edition = "2021"
include = ["src/**/*", "queries/**/*", "Cargo.toml", "../schema.graphql"]

View File

@ -2,7 +2,7 @@
authors = ["Valentin Tolmer <valentin@tolmer.fr>"]
edition = "2021"
name = "lldap"
version = "0.4.2"
version = "0.4.3-alpha"
[dependencies]
actix = "0.13"