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 6b6483a commit 988331eCopy full SHA for 988331e
.github/workflows/ci.yml
@@ -118,6 +118,7 @@ jobs:
118
name: Set MSRV dependencies
119
run: |
120
cargo add tokio@=1.38.1
121
+ cargo update -p once_cell --precise 1.20.3
122
123
- name: Build (no features)
124
run: cargo build --no-default-features --verbose --target ${{ matrix.platform.rust-target }}
0 commit comments