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

Update rust-toolchain #1111

Closed
wants to merge 1 commit into from
Closed

Conversation

NadigerAmit
Copy link

Motivation

Fix the compilation error that occurs when executing the below step :

cargo install --path language/tools/move-cli

The reason is that some of the packages required a newer version of Rust, but the current one is pinned at 1.65.0 in rust-toolchain.

Hence changed the rust-toolchain to 1.77.2. It works good.

Have you read the Contributing Guidelines on pull requests?

Yes

Test Plan

Changed the rust-toolchain from 1.65.0 to 1.77.2.
The compilation is successful.

Some of the packages required a newer version of Rust, but the current one  is pinned at 1.65.0 in rust-toolchain. The installation failed when trying to run c"argo install --path language/tools/move-cli" 

when changed rust-toolchain to 1.77.2 and everything compiles
@NadigerAmit
Copy link
Author

since there is already a PR on the same I canceled my pull request:

Existing PR: #1108

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant