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"