From 92b0e1e5eeae8f9c5d1d105cba2e664a77798419 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Mon, 13 Oct 2025 20:52:42 -0400 Subject: [PATCH 1/2] icarus_models v0.7.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8de528f..31578ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -497,7 +497,7 @@ dependencies = [ [[package]] name = "icarus_models" version = "0.7.0" -source = "git+ssh://git@git.kundeng.us/phoenix/icarus_models.git?tag=v0.7.0-70-f0a716b243-111#f0a716b243fa868b7d03abe690297e4e95db7e12" +source = "git+ssh://git@git.kundeng.us/phoenix/icarus_models.git?tag=v0.7.0#11e5b1745cdb256b027cb8ce3e18e949351ea9ea" dependencies = [ "josekit", "rand", diff --git a/Cargo.toml b/Cargo.toml index 2773bce..c4dee0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ serde_json = "1.0.145" tokio = { version = "1.47.1", features = ["full"] } tokio-util = { version = "0.7.16", features = ["codec"] } uuid = { version = "1.18.1", features = ["v4", "serde"] } -icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.7.0-70-f0a716b243-111" } +icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.7.0" } -- 2.47.3 From 2ae9db65d00e68eab2bbdf1e1f96224f0ef70e15 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Mon, 13 Oct 2025 20:53:26 -0400 Subject: [PATCH 2/2] Version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31578ad..4b189c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -481,7 +481,7 @@ dependencies = [ [[package]] name = "icarus-dm" -version = "0.8.0" +version = "0.8.1" dependencies = [ "futures", "http", diff --git a/Cargo.toml b/Cargo.toml index c4dee0f..2d397fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icarus-dm" -version = "0.8.0" +version = "0.8.1" rust-version = "1.90" edition = "2024" -- 2.47.3