diff options
| author | Fuwn <[email protected]> | 2024-10-30 03:58:26 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-30 03:58:26 -0700 |
| commit | 8259359aded356ab3e984e2a87ac723efc6b347d (patch) | |
| tree | 66d6d25cbbea18ea14223c40229f74d31abfa354 | |
| parent | docs(readme): fix install command (diff) | |
| download | cli-8259359aded356ab3e984e2a87ac723efc6b347d.tar.xz cli-8259359aded356ab3e984e2a87ac723efc6b347d.zip | |
feat: remove nightly requirement
| -rw-r--r-- | rust-toolchain.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml deleted file mode 100644 index 22a9829..0000000 --- a/rust-toolchain.toml +++ /dev/null @@ -1,2 +0,0 @@ -[toolchain] -channel = "nightly-2022-02-22" |