diff options
| author | murilo ijanc | 2025-11-19 17:27:44 -0300 |
|---|---|---|
| committer | murilo ijanc | 2025-11-19 17:27:44 -0300 |
| commit | b0f3ffd856f646b33f54b1e4092b7b78859cee15 (patch) | |
| tree | 78c41b0978ff1ca14032212b06751f1262a9e260 /rust-toolchain.toml | |
| parent | 79bcb4364af34f57421dbbd759462a05dd8b70dc (diff) | |
| download | imgst-b0f3ffd856f646b33f54b1e4092b7b78859cee15.tar.gz | |
Add conf files
Diffstat (limited to 'rust-toolchain.toml')
| -rw-r--r-- | rust-toolchain.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..1612370 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "1.91.0" +profile = "default" |