Skip to content

Commit

Permalink
Bump up MSRV of diesel to 1.65 to match diesel
Browse files Browse the repository at this point in the history
Without that our own MSRV checks fail
  • Loading branch information
bikeshedder committed Dec 14, 2023
1 parent a80415d commit 6b003ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions diesel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion diesel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <michael.jung@terreon.de>"]
description = "Dead simple async pool for diesel"
keywords = ["async", "database", "pool", "diesel"]
Expand Down

0 comments on commit 6b003ec

Please sign in to comment.