Skip to content

Commit 5921ed9

Browse files
committed
Pin once_cell to 1.14 to fix MSRV
1 parent 458bb03 commit 5921ed9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
cargo update -p tokio-postgres --precise "0.7.5" --verbose
3737
cargo update -p postgres-types --precise "0.2.3" --verbose
3838
cargo update -p tokio --precise "1.14.1" --verbose
39+
cargo update -p once_cell --precise "1.14.0" --verbose
3940
- name: Build on Rust ${{ matrix.toolchain }}
4041
run: |
4142
cargo build --verbose --color always

0 commit comments

Comments
 (0)