Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4817f0e

Browse files
committed
Use the nightly toolchain for the "crater" build
Some crates assume nightly when building the docs when the document-featurues is enabled (eg gix)
1 parentafcaaa5 commit4817f0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/rust.yml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
runs-on:ubuntu-latest
4444
steps:
4545
-uses:actions/checkout@v4
46-
-uses:dtolnay/rust-toolchain@stable
46+
-uses:dtolnay/rust-toolchain@master
47+
with:
48+
toolchain:nightly
4749
-name:setup patch
4850
run:|
4951
echo "" >> ~/.cargo/config.toml

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp