Skip to content

Commit

Permalink
Bump deadpool-diesel MSRV to 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
bikeshedder committed Jun 4, 2024
1 parent c26cc3d commit 7b933c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- { crate: deadpool-runtime, msrv: '1.75.0' }
- { crate: deadpool-sync, msrv: '1.75.0' }
- { crate: deadpool, msrv: '1.75.0' }
- { crate: deadpool-diesel, msrv: '1.75.0' }
- { crate: deadpool-diesel, msrv: '1.78.0' }
- { crate: deadpool-lapin, msrv: '1.75.0' }
- { crate: deadpool-postgres, msrv: '1.75.0' }
- { crate: deadpool-redis, msrv: '1.75.0' }
Expand Down
1 change: 1 addition & 0 deletions diesel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fix deprecation warning introduced in diesel `2.2.0`
- Update `diesel` dependency to version `2.2.0`
- Bump up MSRV to `1.78`

## [0.6.1] - 2024-05-04

Expand Down
2 changes: 1 addition & 1 deletion diesel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "deadpool-diesel"
version = "0.6.1"
edition = "2021"
rust-version = "1.75"
rust-version = "1.78"
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 7b933c5

Please sign in to comment.