icarus_envy version bump (#65)
All checks were successful
Rust Build / Test Suite (push) Successful in 3m10s
Rust Build / Clippy (push) Successful in 2m22s
Rust Build / build (push) Successful in 3m46s
Rust Build / Rustfmt (push) Successful in 25s
Rust Build / Check (push) Successful in 40s

Reviewed-on: #65
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit was merged in pull request #65.
This commit is contained in:
2025-10-10 21:03:18 +00:00
committed by phoenix
parent 473b4ec762
commit ebe29df991
6 changed files with 31 additions and 19 deletions

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)) => {