Skip to content

Commit 3970d36

Browse files
committed
feat(generate): add rust support to mise toolchain settings and build plan
Generated-by: aiautocommit
1 parent d4c6cc4 commit 3970d36

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

core/__snapshots__/TestGenerateBuildPlanForExamples_rust-custom-toolchain_1.snap.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
{
4444
"path": "/mise/shims"
4545
},
46+
{
47+
"dest": "rust-toolchain.toml",
48+
"src": "rust-toolchain.toml"
49+
},
4650
{
4751
"customName": "create mise config",
4852
"name": "generated-mise-toml",

core/generate/__snapshots__/context_test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"steps": [
2323
{
2424
"assets": {
25-
"generated-mise-toml": "[tools]\n go = \"1.23.5\"\n node = \"20.18.2\"\n python = \"3.13.1\"\n\n[settings]\n idiomatic_version_file_enable_tools = [\"python\", \"node\", \"ruby\", \"elixir\", \"go\", \"java\", \"yarn\", \"bun\", \"deno\"]\n minimum_release_age = \"14d\"\n paranoid = true\n trusted_config_paths = [\"/app\"]\n [settings.node]\n verify = false\n"
25+
"generated-mise-toml": "[tools]\n go = \"1.23.5\"\n node = \"20.18.2\"\n python = \"3.13.1\"\n\n[settings]\n idiomatic_version_file_enable_tools = [\"python\", \"node\", \"ruby\", \"elixir\", \"go\", \"java\", \"yarn\", \"bun\", \"deno\", \"rust\"]\n minimum_release_age = \"14d\"\n paranoid = true\n trusted_config_paths = [\"/app\"]\n [settings.node]\n verify = false\n"
2626
},
2727
"commands": [
2828
{

0 commit comments

Comments
 (0)