From 6b003eca7ee7ee5117ecb17c4ca2779dbc1c42e1 Mon Sep 17 00:00:00 2001 From: "Michael P. Jung" Date: Thu, 14 Dec 2023 13:24:54 +0000 Subject: [PATCH] Bump up MSRV of diesel to 1.65 to match diesel Without that our own MSRV checks fail --- diesel/CHANGELOG.md | 4 ++++ diesel/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/diesel/CHANGELOG.md b/diesel/CHANGELOG.md index bf594f21..336c3703 100644 --- a/diesel/CHANGELOG.md +++ b/diesel/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## unreleased + +* Bump up MSRV to `1.65` to match the one of `diesel` + ## v0.5.0 * Update `deadpool` dependency to version `0.10` diff --git a/diesel/Cargo.toml b/diesel/Cargo.toml index fc9f4499..ef2bc088 100644 --- a/diesel/Cargo.toml +++ b/diesel/Cargo.toml @@ -3,7 +3,7 @@ name = "deadpool-diesel" version = "0.5.0" edition = "2018" resolver = "2" -rust-version = "1.63" +rust-version = "1.65" authors = ["Michael P. Jung "] description = "Dead simple async pool for diesel" keywords = ["async", "database", "pool", "diesel"]