From 2ef758764a208060ff6d72df3fafe55a9303467e Mon Sep 17 00:00:00 2001 From: Xiretza Date: Tue, 20 Feb 2024 22:12:03 +0000 Subject: [PATCH] Release v1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ed581e..1544b55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -583,7 +583,7 @@ dependencies = [ [[package]] name = "factoriauth" -version = "0.1.0" +version = "1.0.0" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index 3a37a4c..91d3761 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"