Skip to content

Commit aedd2d6

Browse files
committed
Update CI pins for MSRV builds
1 parent b8b718b commit aedd2d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ jobs:
3333
- name: Pin dependencies
3434
if: ${{ matrix.toolchain == '1.63.0' }}
3535
run: |
36-
cargo update -p tokio --precise "1.37.0" --verbose
37-
cargo update -p tokio-macros --precise "2.2.0" --verbose
36+
cargo update -p tokio --precise "1.38.1" --verbose
3837
cargo update -p postgres-types --precise "0.2.6" --verbose
38+
cargo update -p [email protected] --precise "0.12.3" --verbose
39+
cargo update -p [email protected] --precise "0.9.10" --verbose
40+
cargo update -p lock_api --precise "0.4.12" --verbose
3941
- name: Build on Rust ${{ matrix.toolchain }}
4042
run: |
4143
cargo build --verbose --color always

0 commit comments

Comments
 (0)