From 29ee479e56787a4dfad198babd72db03e3c83753 Mon Sep 17 00:00:00 2001 From: carl <44021312+achristmascarl@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:15:22 -0400 Subject: [PATCH] bump to v0.2.9 (#123) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07c7aa2..f761acf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2489,7 +2489,7 @@ dependencies = [ [[package]] name = "rainfrog" -version = "0.2.8" +version = "0.2.9" dependencies = [ "arboard", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 7a1ba58..fb8855f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rainfrog" -version = "0.2.8" +version = "0.2.9" edition = "2021" rust-version = "1.80" description = "a database management tui for postgres"