diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2022-10-01 21:50:24 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2022-12-13 17:56:57 -0500 |
| commit | abffe57576afbf9fd86ed3701b9364275e5b416f (patch) | |
| tree | ae26238fdc81648fd44fcc3d37f9bd9882aa39fc | |
| parent | 4f94dbca6b7df0e01ae377cc45e5ff965c0d88c9 (diff) | |
Configure Rust version explicitly
| -rw-r--r-- | rust-toolchain.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..292fe49 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "stable" |
