We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ca305 commit d8ad3c8Copy full SHA for d8ad3c8
.github/workflows/main.yml
@@ -375,6 +375,7 @@ jobs:
375
- name: Use specific dependency versions for Rust 1.70 compatibility.
376
run: |
377
cargo update --package=once_cell --precise=1.20.3
378
+ cargo update --package=uuid --precise=1.20.0
379
380
# Don't use --all-features because some of the features have dependencies
381
# that don't work on newer Rust versions.
0 commit comments