diff options
| author | Fuwn <[email protected]> | 2024-06-17 07:36:42 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-17 07:36:42 -0700 |
| commit | dd67bcf487e17b58435d712e49fa7e7b9bc2a408 (patch) | |
| tree | d38c4f71ac5b01a48d83c4d85c30e650ffe36a78 /rust-toolchain.toml | |
| parent | feat(useful): update content (diff) | |
| download | locus-dd67bcf487e17b58435d712e49fa7e7b9bc2a408.tar.xz locus-dd67bcf487e17b58435d712e49fa7e7b9bc2a408.zip | |
build: nix flake
Diffstat (limited to 'rust-toolchain.toml')
| -rw-r--r-- | rust-toolchain.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 78c155a..5d56faf 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly-2024-02-01" +channel = "nightly" |