Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make explicit rust version requirement #35

Merged
merged 1 commit into from Nov 22, 2022
Merged

Make explicit rust version requirement #35

merged 1 commit into from Nov 22, 2022

Conversation

wu-sheng
Copy link
Member

I was facing Rustc error as 1.65+ is required. And I find out there is no rust 1.65 on brew(https://formulae.brew.sh/formula/rust).

So, I have to follow Rust release blog(https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html), and use rustup update stable command to upgrade the rust version

@wu-sheng wu-sheng added the documentation Improvements or additions to documentation label Nov 22, 2022
@wu-sheng wu-sheng added this to the 0.3.0 milestone Nov 22, 2022
@wu-sheng wu-sheng requested a review from jmjoy November 22, 2022 05:21
@jmjoy
Copy link
Member

jmjoy commented Nov 22, 2022

Do you know how to promote brew to update the rust version?

@wu-sheng
Copy link
Member Author

Do you know how to promote brew to update the rust version?

I tried brew upgrade rust, but it didn't work. Because there isn't 1.65 actually here,

> brew upgrade rust
Running `brew update --auto-update`...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).

You have 15 outdated formulae installed.
You can upgrade them with brew upgrade
or list them with brew outdated.

Warning: rust 1.64.0 already installed

@wu-sheng
Copy link
Member Author

The brew version should be managed by the rust team, actually. They registered this project.

@jmjoy jmjoy merged commit 9692ad8 into master Nov 22, 2022
@wu-sheng wu-sheng deleted the wu-sheng-patch-1 branch November 22, 2022 06:11
@jmjoy
Copy link
Member

jmjoy commented Nov 28, 2022

Now the rust version in brew has updated to 1.65.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
2 participants