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

chore: upgrade Rust to 1.64.0 #7669

Merged
merged 3 commits into from
Sep 22, 2022
Merged

Conversation

matklad
Copy link
Contributor

@matklad matklad commented Sep 22, 2022

https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html

Notable changes:

  • rust-analyzer is now available via rustup :o)
  • cargo supports "workspace inheritance". We can use this to cut some
    repeated deps and avoid repating rust-version everywhere. I'll handle
    that in a separate PR
  • poll_fn and ready! are stabilized, we might use them for some of our
    async stuff
  • add Nintendo Switch as tier 3 target so I guess we can run neard on
    switch now?

@matklad matklad requested a review from a team as a code owner September 22, 2022 16:55
@matklad matklad requested review from mzhangmzz and jakmeier and removed request for mzhangmzz September 22, 2022 16:55
https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html

Notable changes:

* rust-analyzer is now available via rustup :o)
* cargo supports "workspace inheritance". We can use this to cut some
  repeated deps and avoid repating rust-version everywhere. I'll handle
  that in a separate PR
* poll_fn and ready! are stabilized, we might use them for some of our
  async stuff
* add Nintendo Switch as tier 3 target so I guess we can run neard on
  switch now?
@near-bulldozer near-bulldozer bot merged commit a33205a into near:master Sep 22, 2022
@matklad matklad deleted the m/new-rust branch September 22, 2022 19:30
near-bulldozer bot pushed a commit that referenced this pull request Sep 26, 2022
nikurt pushed a commit that referenced this pull request Sep 26, 2022
https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html

Notable changes:

* rust-analyzer is now available via rustup :o)
* cargo supports "workspace inheritance". We can use this to cut some
  repeated deps and avoid repating rust-version everywhere. I'll handle
  that in a separate PR
* poll_fn and ready! are stabilized, we might use them for some of our
  async stuff
* add Nintendo Switch as tier 3 target so I guess we can run neard on
  switch now?
nikurt pushed a commit that referenced this pull request Sep 26, 2022
mikroskeem added a commit to ZentriaMC/neard-nix that referenced this pull request Oct 4, 2022
Built using Rust 1.64.0 & includes near/nearcore#7669 to fix building
with newer Rust.
nikurt pushed a commit that referenced this pull request Nov 9, 2022
https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html

Notable changes:

* rust-analyzer is now available via rustup :o)
* cargo supports "workspace inheritance". We can use this to cut some
  repeated deps and avoid repating rust-version everywhere. I'll handle
  that in a separate PR
* poll_fn and ready! are stabilized, we might use them for some of our
  async stuff
* add Nintendo Switch as tier 3 target so I guess we can run neard on
  switch now?
nikurt pushed a commit that referenced this pull request Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants