We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458bb03 commit 5921ed9Copy full SHA for 5921ed9
.github/workflows/build.yml
@@ -36,6 +36,7 @@ jobs:
36
cargo update -p tokio-postgres --precise "0.7.5" --verbose
37
cargo update -p postgres-types --precise "0.2.3" --verbose
38
cargo update -p tokio --precise "1.14.1" --verbose
39
+ cargo update -p once_cell --precise "1.14.0" --verbose
40
- name: Build on Rust ${{ matrix.toolchain }}
41
run: |
42
cargo build --verbose --color always
0 commit comments