From 4c04aced9ad5474f30d0ffaf041dd153a7a165cd Mon Sep 17 00:00:00 2001 From: Dustin Thomas Date: Fri, 30 Jan 2026 13:20:11 -0600 Subject: [PATCH] I forgot to update the cargo file this whole time? lmfao --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b555fe1..87a64a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1682,7 +1682,7 @@ dependencies = [ [[package]] name = "stargate" -version = "0.1.0" +version = "0.1.4" dependencies = [ "clap", "log", diff --git a/Cargo.toml b/Cargo.toml index 458dccd..a2c5152 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stargate" -version = "0.1.0" +version = "0.1.4" edition = "2024" [features]