From 23303cface9610c75075cbb1b9db197a6ef6276d Mon Sep 17 00:00:00 2001 From: ryan Date: Sat, 14 Feb 2026 12:51:33 -0500 Subject: [PATCH] chore: bump to 2021 version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 440472c..6ff6d70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pg_interval" -version = "0.4.3" -edition = "2018" +version = "0.4.4" +edition = "2021" authors = ["Ryan Piper "] license = "MIT" description = "A native PostgreSQL interval type"