File tree 4 files changed +8
-1
lines changed
4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,16 @@ jobs:
12
12
strategy :
13
13
matrix :
14
14
os : [ubuntu-latest, macos-latest, windows-latest]
15
- rust : [stable, beta]
15
+ rust : [stable, beta, 1.56.0 ]
16
16
exclude :
17
17
- os : macos-latest
18
18
rust : beta
19
19
- os : windows-latest
20
20
rust : beta
21
+ - os : macos-latest
22
+ rust : 1.56.0
23
+ - os : windows-latest
24
+ rust : 1.56.0
21
25
22
26
runs-on : ${{ matrix.os }}
23
27
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ repository = "https://github.com/djc/bb8"
7
7
edition = " 2021"
8
8
workspace = " .."
9
9
readme = " ../README.md"
10
+ rust-version = " 1.56"
10
11
11
12
[dependencies ]
12
13
async-trait = " 0.1"
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ description = "Full-featured async (tokio-based) postgres connection pool (like
5
5
license = " MIT"
6
6
repository = " https://github.com/djc/bb8"
7
7
edition = " 2021"
8
+ rust-version = " 1.56"
8
9
9
10
[features ]
10
11
"with-bit-vec-0_6" = [" tokio-postgres/with-bit-vec-0_6" ]
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ description = "Full-featured async (tokio-based) redis connection pool (like r2d
5
5
license = " MIT"
6
6
repository = " https://github.com/djc/bb8"
7
7
edition = " 2021"
8
+ rust-version = " 1.56"
8
9
9
10
[dependencies ]
10
11
async-trait = " 0.1"
You can’t perform that action at this time.
0 commit comments