From 44aed401e688580cc5792307f3345647ca7e8449 Mon Sep 17 00:00:00 2001 From: muk Date: Tue, 17 Feb 2026 09:11:59 -0500 Subject: [PATCH] updated cargo version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 167cafb..3654ab6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgrsql" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = ["Muk2"] description = "A beautiful TUI SQL editor for PostgreSQL"