Release v1.0.0

This commit is contained in:
Xiretza 2024-02-20 22:12:03 +00:00
parent 623104231f
commit 2ef758764a
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -583,7 +583,7 @@ dependencies = [
[[package]]
name = "factoriauth"
version = "0.1.0"
version = "1.0.0"
dependencies = [
"async-trait",
"axum",

View file

@ -5,7 +5,7 @@ name = "factoriauth"
description = "An unofficial authentication server for Factorio"
repository = "https://git.it-syndikat.org/xiretza/factoriauth"
documentation = "https://docs.rs/factoriauth"
version = "0.1.0"
version = "1.0.0"
authors = ["Lambda", "deneb"]
edition = "2021"
license = "AGPL-3.0-or-later"