Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit 57bbe1a

Browse files
committed
ci: use rust nightly
1 parent 7590fea commit 57bbe1a

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ on:
77
jobs:
88
test:
99
uses: semantic-release-action/rust/.github/workflows/ci.yml@v4
10+
with:
11+
toolchain: nightly

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ on:
1515
jobs:
1616
release:
1717
uses: semantic-release-action/rust/.github/workflows/release-library.yml@v4
18+
with:
19+
toolchain: nightly
1820
secrets:
1921
cargo-registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ files in the target package, **tsconfig-includes** lists input files in the
1010
target package and all of its internal dependencies. You can use this list to
1111
determine when inputs to a package has changed, to decide whether to rebuild
1212
the package or used a cached version.
13+
14+
This library requires Rust nightly.

0 commit comments

Comments
 (0)