Skip to content

Commit 9bd5445

Browse files
committed
Bump rand_core to v0.10; MSRV 1.85
Release notes: https://github.com/rust-random/rand_core/releases/tag/v0.10.0
1 parent 866b343 commit 9bd5445

7 files changed

Lines changed: 268 additions & 125 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
target:
50-
- wasm32-wasi
50+
- wasm32-wasip1
5151
- thumbv6m-none-eabi
5252
- thumbv7em-none-eabihf
5353
steps:
@@ -91,8 +91,6 @@ jobs:
9191
steps:
9292
- uses: actions/checkout@v4
9393
- run: cargo fetch
94-
# Requires #![deny(rustdoc::broken_intra_doc_links)] in crates.
95-
- run: sudo apt-get -y install libfontconfig1-dev
9694
- name: Check intra-doc links
9795
run: cargo doc --all-features --document-private-items
9896

0 commit comments

Comments
 (0)