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 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 :
Original file line number Diff line number Diff line change 22name = " bb8"
33version = " 0.8.6"
44edition = " 2021"
5- rust-version = " 1.70 "
5+ rust-version = " 1.75 "
66description = " Full-featured async (tokio-based) connection pool (like r2d2)"
77license = " MIT"
88repository = " https://github.com/djc/bb8"
Original file line number Diff line number Diff line change 22name = " bb8-postgres"
33version = " 0.8.1"
44edition = " 2021"
5- rust-version = " 1.63 "
5+ rust-version = " 1.75 "
66description = " Full-featured async (tokio-based) postgres connection pool (like r2d2)"
77license = " MIT"
88repository = " https://github.com/djc/bb8"
Original file line number Diff line number Diff line change 22name = " bb8-redis"
33version = " 0.17.0"
44edition = " 2021"
5- rust-version = " 1.63 "
5+ rust-version = " 1.75 "
66description = " Full-featured async (tokio-based) redis connection pool (like r2d2)"
77license = " MIT"
88repository = " https://github.com/djc/bb8"
You can’t perform that action at this time.
0 commit comments