Changed expiration field of LoginResult to i64 #36

Merged
phoenix merged 2 commits from login_result_change into devel 2025-04-07 00:47:53 +00:00
Showing only changes of commit 29d8f87a91 - Show all commits

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" }