icarus_envy version bump (#65)

Reviewed-on: phoenix/icarus_auth#65
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-10-10 21:03:18 +00:00
committed by phoenix
parent 473b4ec762
commit ebe29df991
6 changed files with 31 additions and 19 deletions
+3 -1
View File
@@ -124,7 +124,9 @@ mod tests {
#[test]
fn test_tokenize() {
let rt = tokio::runtime::Runtime::new().unwrap();
let special_key = rt.block_on(icarus_envy::environment::get_secret_key());
let special_key = rt
.block_on(icarus_envy::environment::get_secret_key())
.value;
let id = uuid::Uuid::new_v4();
match create_token(&special_key, &id) {
Ok((token, _duration)) => {