Skip to content

Commit 272240d

Browse files
committed
Bump MSRV to 1.63 for tokio 1.30
1 parent ea5c162 commit 272240d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions-rs/toolchain@v1
4646
with:
4747
profile: minimal
48-
toolchain: 1.60.0
48+
toolchain: 1.63.0
4949
override: true
5050
- uses: actions-rs/cargo@v1
5151
with:

bb8/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "bb8"
33
version = "0.8.1"
4+
edition = "2021"
5+
rust-version = "1.63"
46
description = "Full-featured async (tokio-based) connection pool (like r2d2)"
57
license = "MIT"
68
repository = "https://github.com/djc/bb8"
7-
edition = "2021"
89
workspace = ".."
910
readme = "../README.md"
10-
rust-version = "1.60"
1111

1212
[dependencies]
1313
async-trait = "0.1"

postgres/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "bb8-postgres"
33
version = "0.8.1"
4+
edition = "2021"
5+
rust-version = "1.63"
46
description = "Full-featured async (tokio-based) postgres connection pool (like r2d2)"
57
license = "MIT"
68
repository = "https://github.com/djc/bb8"
7-
edition = "2021"
8-
rust-version = "1.60"
99

1010
[features]
1111
"with-bit-vec-0_6" = ["tokio-postgres/with-bit-vec-0_6"]

redis/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "bb8-redis"
33
version = "0.13.1"
4+
edition = "2021"
5+
rust-version = "1.63"
46
description = "Full-featured async (tokio-based) redis connection pool (like r2d2)"
57
license = "MIT"
68
repository = "https://github.com/djc/bb8"
7-
edition = "2021"
8-
rust-version = "1.60"
99

1010
[dependencies]
1111
async-trait = "0.1"

0 commit comments

Comments
 (0)