diff options
| author | Fuwn <[email protected]> | 2024-10-30 03:47:19 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-30 03:47:19 -0700 |
| commit | f99b14ee82bcc09bc88d4fc236da245067277020 (patch) | |
| tree | 0cc6155f875fe98072c782b40fff87c5490e4159 | |
| parent | refactor(src): use derive from serde (diff) | |
| download | senpy-rs-f99b14ee82bcc09bc88d4fc236da245067277020.tar.xz senpy-rs-f99b14ee82bcc09bc88d4fc236da245067277020.zip | |
chore: delete rust toolchain pin
| -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" |