From 5df258f604a3192303eba2a70a51a1591b929d93 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sat, 17 Jan 2026 15:10:25 -0800 Subject: [PATCH] Bump bin versions --- core/Cargo.toml | 2 +- deja_vu/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 8fd8209..3a32d1c 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -18,7 +18,7 @@ name = "core" authors = ["2Shirt <2xShirt@gmail.com>"] edition = "2024" license = "GPL" -version = "0.2.0" +version = "0.3.0" [dependencies] better-panic = "0.3.0" diff --git a/deja_vu/Cargo.toml b/deja_vu/Cargo.toml index 71e1bcd..5572002 100644 --- a/deja_vu/Cargo.toml +++ b/deja_vu/Cargo.toml @@ -18,7 +18,7 @@ name = "deja-vu" authors = ["2Shirt <2xShirt@gmail.com>"] edition = "2024" license = "GPL" -version = "0.2.0" +version = "0.3.0" [dependencies] core = { path = "../core" }