Skip to content

Commit d8ad3c8

Browse files
authored
Pin uuid in CI to fix the MSRV build. (#412)
1 parent 10ca305 commit d8ad3c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ jobs:
375375
- name: Use specific dependency versions for Rust 1.70 compatibility.
376376
run: |
377377
cargo update --package=once_cell --precise=1.20.3
378+
cargo update --package=uuid --precise=1.20.0
378379
379380
# Don't use --all-features because some of the features have dependencies
380381
# that don't work on newer Rust versions.

0 commit comments

Comments
 (0)