Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Removing channel to make it build with 1.65.0 #52

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2024-02-04"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you want to keep the channel entry and set it to:

channel = "stable-2022-11-03"

This should bring the 1.65.0 version to the game. I've found it's release date here: https://releases.rs/docs/1.65.0/.

Indeed:

$ nix develop
...
$ rustc --version
rustc 1.65.0 (897e37553 2022-11-02)

channel = "stable-2022-11-03"
components = [ "rustc" ]
targets = [ "x86_64-pc-windows-gnu", "aarch64-unknown-linux-gnu", "x86_64-pc-windows-gnu" ]
profile = "minimal"