We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ac277 commit 0208fb1Copy full SHA for 0208fb1
.github/workflows/rust.yml
@@ -130,6 +130,7 @@ jobs:
130
run: |
131
cargo update -p tokio --precise 1.29.1
132
cargo update -p url --precise 2.5.0
133
+ cargo update -p once_cell --precise 1.20.3
134
- name: Check all packages
135
136
# run `cargo msrv verify --manifest-path "path/to/Cargo.toml"` to see problematic dependencies
0 commit comments