From b639670a9c1bfc0fc3137918179d2066ee6ae6df Mon Sep 17 00:00:00 2001 From: brianheineman Date: Thu, 7 Aug 2025 10:52:08 -0600 Subject: [PATCH] chore: update to Rust 1.89.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e581715..e2f8aea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ edition = "2024" keywords = ["postgresql", "postgres", "embedded", "database", "server"] license = "(Apache-2.0 OR MIT) AND PostgreSQL" repository = "https://github.com/theseus-rs/postgresql-embedded" -rust-version = "1.88.0" +rust-version = "1.89.0" version = "0.19.0" [workspace.dependencies]