From bd26afdddf7c803014aa6926ec25b067a477ec16 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 18 Oct 2025 21:02:13 -0400 Subject: [PATCH] Version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b33e3e..8cf848a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,7 +149,7 @@ checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" [[package]] name = "icarus_models" -version = "0.7.1" +version = "0.7.2" dependencies = [ "josekit", "rand", diff --git a/Cargo.toml b/Cargo.toml index 5637ea4..54a405f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icarus_models" -version = "0.7.1" +version = "0.7.2" edition = "2024" rust-version = "1.90" description = "models used for the icarus project"