Skip to content

Commit

Permalink
Change cagro generate to 0.17.0; add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
annenkov committed Aug 31, 2023
1 parent 6fa6d0b commit 9b9df72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,8 @@ jobs:
submodules: true

- name: Run cargo-generate
uses: cargo-generate/[email protected]
# version 0.17.0 is required for the rhai pre-script to work correctly
uses: cargo-generate/[email protected]
with:
name: ${{ env.PROJECT_NAME }}
template: ${{ matrix.crates }}
Expand Down

0 comments on commit 9b9df72

Please sign in to comment.