File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
- uses : actions/checkout@v4
37
37
- uses : dtolnay/rust-toolchain@master
38
38
with :
39
- toolchain : 1.70 .0
39
+ toolchain : 1.75 .0
40
40
- run : cargo test -p bb8
41
41
42
42
lint :
Original file line number Diff line number Diff line change 2
2
name = " bb8"
3
3
version = " 0.8.6"
4
4
edition = " 2021"
5
- rust-version = " 1.70 "
5
+ rust-version = " 1.75 "
6
6
description = " Full-featured async (tokio-based) connection pool (like r2d2)"
7
7
license = " MIT"
8
8
repository = " https://github.com/djc/bb8"
Original file line number Diff line number Diff line change 2
2
name = " bb8-postgres"
3
3
version = " 0.8.1"
4
4
edition = " 2021"
5
- rust-version = " 1.63 "
5
+ rust-version = " 1.75 "
6
6
description = " Full-featured async (tokio-based) postgres connection pool (like r2d2)"
7
7
license = " MIT"
8
8
repository = " https://github.com/djc/bb8"
Original file line number Diff line number Diff line change 2
2
name = " bb8-redis"
3
3
version = " 0.17.0"
4
4
edition = " 2021"
5
- rust-version = " 1.63 "
5
+ rust-version = " 1.75 "
6
6
description = " Full-featured async (tokio-based) redis connection pool (like r2d2)"
7
7
license = " MIT"
8
8
repository = " https://github.com/djc/bb8"
You can’t perform that action at this time.
0 commit comments