diff options
| author | murilo ijanc | 2025-11-19 17:23:57 -0300 |
|---|---|---|
| committer | murilo ijanc | 2025-11-19 17:23:57 -0300 |
| commit | f162396b28b8eea21d09ef0b5c8c0fa67b0ccb70 (patch) | |
| tree | 0b629d52ea9b3ffe99881addf693a1e108dbdce6 | |
| parent | 9d0a8e79d0d777f06b8a602ed6460f68bd6c96e4 (diff) | |
| download | cogops-f162396b28b8eea21d09ef0b5c8c0fa67b0ccb70.tar.gz | |
Set stable default toolchain
| -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" |