You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2024. It is now read-only.
When someone attempts to install the move-cli with cargo install --path language/tools/move-cli , it will fail with package toml_edit v0.19.15 cannot be built because it requires rustc 1.66.0 or newer, while the currently active rustc version is 1.65.0
failed to compile `move-cli v0.1.0 (/Users/harshbajpai/Desktop/Projects/move/language/tools/move-cli)`, intermediate artifacts can be found at `/Users/harshbajpai/Desktop/Projects/move/target`
Caused by:
package `toml_edit v0.19.15` cannot be built because it requires rustc 1.66.0 or newer, while the currently active rustc version is 1.65.0
Either upgrade to rustc 1.66.0 or newer, or use
cargo update -p toml_edit@0.19.15 --precise ver
where `ver` is the latest version of `toml_edit` supporting rustc 1.65.0
Expected Behavior
The compilation should succeed.
System information
Please complete the following information:
Mac M2
The text was updated successfully, but these errors were encountered:
🐛 Bug
When someone attempts to install the
move-cli
withcargo install --path language/tools/move-cli
, it will fail withpackage
toml_edit v0.19.15cannot be built because it requires rustc 1.66.0 or newer, while the currently active rustc version is 1.65.0
More context: I am following the move tutoriall
To reproduce
./scripts/dev_setup.sh -ypt
cargo install --path language/tools/move-cli
Stack trace/error message
Expected Behavior
The compilation should succeed.
System information
Please complete the following information:
The text was updated successfully, but these errors were encountered: