Skip to content

Commit 2bde6f9

Browse files
gahag-cwdjc
authored andcommitted
Bump MSRV to 1.75
1 parent 50ebc39 commit 2bde6f9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v4
3737
- uses: dtolnay/rust-toolchain@master
3838
with:
39-
toolchain: 1.70.0
39+
toolchain: 1.75.0
4040
- run: cargo test -p bb8
4141

4242
lint:

bb8/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "bb8"
33
version = "0.8.6"
44
edition = "2021"
5-
rust-version = "1.70"
5+
rust-version = "1.75"
66
description = "Full-featured async (tokio-based) connection pool (like r2d2)"
77
license = "MIT"
88
repository = "https://github.com/djc/bb8"

postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "bb8-postgres"
33
version = "0.8.1"
44
edition = "2021"
5-
rust-version = "1.63"
5+
rust-version = "1.75"
66
description = "Full-featured async (tokio-based) postgres connection pool (like r2d2)"
77
license = "MIT"
88
repository = "https://github.com/djc/bb8"

redis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "bb8-redis"
33
version = "0.17.0"
44
edition = "2021"
5-
rust-version = "1.63"
5+
rust-version = "1.75"
66
description = "Full-featured async (tokio-based) redis connection pool (like r2d2)"
77
license = "MIT"
88
repository = "https://github.com/djc/bb8"

0 commit comments

Comments
 (0)