We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51318d commit ef35d8aCopy full SHA for ef35d8a
.github/workflows/CI.yml
@@ -71,6 +71,7 @@ jobs:
71
cargo update --package tokio --precise 1.38.1
72
cargo update --package tokio-util --precise 0.7.11
73
cargo update --package hashbrown --precise 0.15.0
74
+ cargo update --package once_cell --precise 1.20.3
75
- name: Install Rust (${{ matrix.rust }})
76
uses: dtolnay/rust-toolchain@master
77
with:
0 commit comments