Skip to content

Commit 988331e

Browse files
committed
pin once_cell
1 parent 6b6483a commit 988331e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
name: Set MSRV dependencies
119119
run: |
120120
cargo add tokio@=1.38.1
121+
cargo update -p once_cell --precise 1.20.3
121122
122123
- name: Build (no features)
123124
run: cargo build --no-default-features --verbose --target ${{ matrix.platform.rust-target }}

0 commit comments

Comments
 (0)