Skip to content

Commit

Permalink
Bump MSRV to 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
gahag-cw authored and djc committed Dec 6, 2024
1 parent 50ebc39 commit 2bde6f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.70.0
toolchain: 1.75.0
- run: cargo test -p bb8

lint:
Expand Down
2 changes: 1 addition & 1 deletion bb8/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "bb8"
version = "0.8.6"
edition = "2021"
rust-version = "1.70"
rust-version = "1.75"
description = "Full-featured async (tokio-based) connection pool (like r2d2)"
license = "MIT"
repository = "https://github.com/djc/bb8"
Expand Down
2 changes: 1 addition & 1 deletion postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "bb8-postgres"
version = "0.8.1"
edition = "2021"
rust-version = "1.63"
rust-version = "1.75"
description = "Full-featured async (tokio-based) postgres connection pool (like r2d2)"
license = "MIT"
repository = "https://github.com/djc/bb8"
Expand Down
2 changes: 1 addition & 1 deletion redis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "bb8-redis"
version = "0.17.0"
edition = "2021"
rust-version = "1.63"
rust-version = "1.75"
description = "Full-featured async (tokio-based) redis connection pool (like r2d2)"
license = "MIT"
repository = "https://github.com/djc/bb8"
Expand Down

0 comments on commit 2bde6f9

Please sign in to comment.