diff options
| author | Fuwn <[email protected]> | 2022-03-26 00:46:03 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-26 03:12:32 +0000 |
| commit | fdfc6c4123ecdb8d8e173a4661a0bcf7d7220a33 (patch) | |
| tree | 447c5f99a973d9e69e5b3b490acad8c37e07b0c7 /rust-toolchain.toml | |
| parent | docs(cargo): add meta (diff) | |
| download | windmark-fdfc6c4123ecdb8d8e173a4661a0bcf7d7220a33.tar.xz windmark-fdfc6c4123ecdb8d8e173a4661a0bcf7d7220a33.zip | |
feat: working proof
Forgot to commit this last night!
Diffstat (limited to 'rust-toolchain.toml')
| -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..22a9829 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly-2022-02-22" |