-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump minimum cargo-generate version to 0.17.0; this one supports requ…
…ired rhai functionality
- Loading branch information
Showing
4 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,7 +89,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Run cargo-generate | ||
uses: cargo-generate/cargo-generate-action@v0.16.0 | ||
uses: cargo-generate/cargo-generate-action@v0.17.5 | ||
with: | ||
name: ${{ env.PROJECT_NAME }} | ||
template: ${{ matrix.crates }} | ||
|
@@ -131,7 +131,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Run cargo-generate | ||
uses: cargo-generate/cargo-generate-action@v0.16.0 | ||
uses: cargo-generate/cargo-generate-action@v0.17.5 | ||
with: | ||
name: ${{ env.PROJECT_NAME }} | ||
template: templates/credential-registry | ||
|
@@ -178,7 +178,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Run cargo-generate | ||
uses: cargo-generate/cargo-generate-action@v0.16.0 | ||
uses: cargo-generate/cargo-generate-action@v0.17.5 | ||
with: | ||
name: ${{ env.PROJECT_NAME }} | ||
template: ${{ matrix.crates }} | ||
|
@@ -228,7 +228,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Run cargo-generate | ||
uses: cargo-generate/cargo-generate-action@v0.16.0 | ||
uses: cargo-generate/cargo-generate-action@v0.17.5 | ||
with: | ||
name: ${{ env.PROJECT_NAME }} | ||
template: templates/credential-registry | ||
|
@@ -272,7 +272,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Run cargo-generate | ||
uses: cargo-generate/cargo-generate-action@v0.16.0 | ||
uses: cargo-generate/cargo-generate-action@v0.17.5 | ||
with: | ||
name: ${{ env.PROJECT_NAME }} | ||
template: ${{ matrix.crates }} | ||
|
@@ -316,7 +316,8 @@ jobs: | |
submodules: true | ||
|
||
- name: Run cargo-generate | ||
# version 0.17.5 is required for the rhai pre-script to work correctly | ||
# at least version 0.17.0 is required for the rhai pre-script to work correctly; | ||
# the closest available version of `cargo-generate-action` is 0.17.5 | ||
uses: cargo-generate/[email protected] | ||
with: | ||
name: ${{ env.PROJECT_NAME }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[template] | ||
cargo_generate_version = ">= 0.16.0, < 0.19.0" | ||
cargo_generate_version = ">= 0.17.0, < 0.19.0" | ||
|
||
[placeholders] | ||
description = { type="string", prompt="Description for the project?" } |