Cors support #62

Merged
phoenix merged 11 commits from cors into main 2025-10-10 20:32:29 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b770c5ee78 - Show all commits

2
Cargo.lock generated
View File

@@ -759,7 +759,7 @@ dependencies = [
[[package]]
name = "icarus_auth"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"argon2",
"axum",

View File

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