diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-02-13 01:18:18 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-02-13 01:18:18 +0100 |
| commit | 6cf5448611bdf5956127f1fe6840891c50a6f3ae (patch) | |
| tree | ce332c2230e3c0b277dcca2d2e348fdd04ef2e95 /rust-toolchain.toml | |
| parent | 3d1a621dc52727629a798249c27beba2466719ea (diff) | |
fix: broken dependency on latest nightly
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
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 c046a09..6c22ba5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel="nightly" +channel="nightly-2024-02-11" |
