Skip to content

Commit

Permalink
feat: add rust toolchain manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Sep 23, 2024
1 parent f0404cf commit f011383
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-generate.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ignore = ["themes"]
slash_command_name = { type = "string", prompt = "Enter the name of your slash command" }

[conditional.'plugin_type == "Theme"']
ignore = ["src/{{slash_command_name}}.rs", ".github/workflows/checks.yml"]
ignore = ["src/{{slash_command_name}}.rs", ".github/workflows/checks.yml", "rust-toolchain.toml"]

# License files
[conditional.'license != "MIT" && license != "all"']
Expand Down
4 changes: 4 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "stable"
profile = "default"
targets = ["wasm32-unknown-unknown"]

0 comments on commit f011383

Please sign in to comment.