From 2c5664e03c9a3fc905891fbc7326747d56407b51 Mon Sep 17 00:00:00 2001 From: Adam Hendel Date: Mon, 12 Feb 2024 13:21:59 -0600 Subject: [PATCH] Update Trunk.toml (#49) * Update Trunk.toml * Update Cargo.toml --- Cargo.toml | 2 +- Trunk.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e114a82..2907a40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg_later" -version = "0.0.14" +version = "0.0.15" edition = "2021" publish = false diff --git a/Trunk.toml b/Trunk.toml index 408c4ee..13cc7e5 100644 --- a/Trunk.toml +++ b/Trunk.toml @@ -6,7 +6,7 @@ description = "Execute SQL statements now and check the results later." homepage = "https://github.com/tembo-io/pg_later" documentation = "https://github.com/tembo-io/pg_later" categories = ["orchestration"] -version = "0.0.14" +version = "0.0.15" [build] postgres_version = "15"