Skip to content

Commit bcd2cfa

Browse files
authored
Merge pull request #149 from tarcieri/rand_core/v0.10
Bump `rand_core` to v0.10; MSRV 1.85
2 parents 866b343 + dbff4c2 commit bcd2cfa

7 files changed

Lines changed: 265 additions & 128 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)