From a454532f91a2c936f03c94399abfe73566fb5929 Mon Sep 17 00:00:00 2001 From: carl <44021312+achristmascarl@users.noreply.github.com> Date: Sun, 20 Oct 2024 01:02:25 -0400 Subject: [PATCH] bump to v0.2.8 (#121) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c20eb62..07c7aa2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2489,7 +2489,7 @@ dependencies = [ [[package]] name = "rainfrog" -version = "0.2.7" +version = "0.2.8" dependencies = [ "arboard", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 3829545..7a1ba58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rainfrog" -version = "0.2.7" +version = "0.2.8" edition = "2021" rust-version = "1.80" description = "a database management tui for postgres"