tsk-55: Register endpoint bug fix #72

Merged
phoenix merged 4 commits from tsk-55 into main 2025-10-20 16:05:30 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f52b3a2167 - Show all commits

2
Cargo.lock generated
View File

@@ -748,7 +748,7 @@ dependencies = [
[[package]]
name = "icarus_auth"
version = "0.6.1"
version = "0.6.2"
dependencies = [
"argon2",
"axum",

View File

@@ -1,6 +1,6 @@
[package]
name = "icarus_auth"
version = "0.6.1"
version = "0.6.2"
edition = "2024"
rust-version = "1.90"