Skip to content

Commit

Permalink
Merge pull request #4 from xFrednet/bump-marker-version-0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
xFrednet authored Oct 4, 2023
2 parents 55a02a1 + 5959a4c commit f6627d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:

# Setup
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-07-13
components: cargo, clippy, rustfmt, rustc, rustc-dev, llvm-tools
- run: rustc -vV
- run: cargo install cargo_marker --version 0.1.1
- run: cargo install cargo_marker --version 0.2.1
- run: cargo marker setup

# Tests
Expand Down

0 comments on commit f6627d9

Please sign in to comment.