minor refactoring #52

Merged
phoenix merged 6 commits from minor_refactoring into devel 2025-08-01 20:49:15 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e765bbe537 - Show all commits

2
Cargo.lock generated
View File

@@ -728,7 +728,7 @@ dependencies = [
[[package]]
name = "icarus_auth"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"argon2",
"axum",

View File

@@ -1,6 +1,6 @@
[package]
name = "icarus_auth"
version = "0.4.0"
version = "0.4.1"
edition = "2024"
rust-version = "1.88"