File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 45
45
- uses : actions-rs/toolchain@v1
46
46
with :
47
47
profile : minimal
48
- toolchain : 1.60 .0
48
+ toolchain : 1.63 .0
49
49
override : true
50
50
- uses : actions-rs/cargo@v1
51
51
with :
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bb8"
3
3
version = " 0.8.1"
4
+ edition = " 2021"
5
+ rust-version = " 1.63"
4
6
description = " Full-featured async (tokio-based) connection pool (like r2d2)"
5
7
license = " MIT"
6
8
repository = " https://github.com/djc/bb8"
7
- edition = " 2021"
8
9
workspace = " .."
9
10
readme = " ../README.md"
10
- rust-version = " 1.60"
11
11
12
12
[dependencies ]
13
13
async-trait = " 0.1"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bb8-postgres"
3
3
version = " 0.8.1"
4
+ edition = " 2021"
5
+ rust-version = " 1.63"
4
6
description = " Full-featured async (tokio-based) postgres connection pool (like r2d2)"
5
7
license = " MIT"
6
8
repository = " https://github.com/djc/bb8"
7
- edition = " 2021"
8
- rust-version = " 1.60"
9
9
10
10
[features ]
11
11
"with-bit-vec-0_6" = [" tokio-postgres/with-bit-vec-0_6" ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bb8-redis"
3
3
version = " 0.13.1"
4
+ edition = " 2021"
5
+ rust-version = " 1.63"
4
6
description = " Full-featured async (tokio-based) redis connection pool (like r2d2)"
5
7
license = " MIT"
6
8
repository = " https://github.com/djc/bb8"
7
- edition = " 2021"
8
- rust-version = " 1.60"
9
9
10
10
[dependencies ]
11
11
async-trait = " 0.1"
You can’t perform that action at this time.
0 commit comments