Changed expiration field of LoginResult to i64 (#36)
All checks were successful
Rust Build / Test Suite (push) Successful in 29s
Rust Build / Clippy (push) Successful in 30s
Rust Build / Clippy (pull_request) Successful in 29s
Rust Build / build (pull_request) Successful in 35s
Release Tagging / release (push) Successful in 34s
Rust Build / Check (push) Successful in 28s
Rust Build / Rustfmt (push) Successful in 34s
Rust Build / build (push) Successful in 28s
Rust Build / Check (pull_request) Successful in 32s
Rust Build / Test Suite (pull_request) Successful in 31s
Rust Build / Rustfmt (pull_request) Successful in 27s

Reviewed-on: #36
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
2025-04-07 00:47:51 +00:00
committed by phoenix
parent 6411133c95
commit 6467521a02
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "icarus_models"
version = "0.4.0"
version = "0.4.1"
edition = "2024"
rust-version = "1.86"
description = "models used for the icarus project"
@@ -12,5 +12,6 @@ serde_json = { version = "1.0.139" }
rand = { version = "0.9" }
time = { version = "0.3.41", features = ["formatting", "macros", "parsing", "serde"] }
uuid = { version = "1.16.0", features = ["v4", "serde"] }
[dev-dependencies]
tempfile = { version = "3.19.1" }