Skip to content

Commit f9111f2

Browse files
authored
Merge pull request #5 from devark28/ft/cicd
fix: deprecated GitHub Actions toolchain action
2 parents 2b632ea + 4822048 commit f9111f2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: actions-rs/toolchain@v1
13-
with:
14-
toolchain: stable
12+
- uses: dtolnay/rust-toolchain@stable
1513
- run: cargo test

.idea/dictionaries/project.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)