I forgot to update the cargo file this whole time? lmfao
All checks were successful
/ build (push) Successful in 4m18s
/ trivy (push) Successful in 17s

This commit is contained in:
Dustin Thomas 2026-01-30 13:20:11 -06:00
parent 3275bb99a9
commit 4c04aced9a
Signed by: cptlobster
GPG key ID: 33D607425C830B4C
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1682,7 +1682,7 @@ dependencies = [
[[package]]
name = "stargate"
version = "0.1.0"
version = "0.1.4"
dependencies = [
"clap",
"log",

View file

@ -1,6 +1,6 @@
[package]
name = "stargate"
version = "0.1.0"
version = "0.1.4"
edition = "2024"
[features]