diff options
| author | Fuwn <[email protected]> | 2022-01-06 14:01:07 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-06 14:01:07 -0800 |
| commit | 26898d5f2219b3042ebd6eb9ef0a2c16423d5dbf (patch) | |
| tree | 0f31f4cf225321347d188bdc9ab378dd5072d83d /rust-toolchain.toml | |
| parent | fix(driver): change github organisation name (diff) | |
| parent | fix(rust): toolchain format (diff) | |
| download | driver-main.tar.xz driver-main.zip | |
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..09396e5 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly-2021-12-04" |