-
Notifications
You must be signed in to change notification settings - Fork 149
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
can't run upgrade in windows #902
Comments
With Cargo 1.80.1, I just ran Any further steps for reproduction for this? |
It is not convenient for me to experiment now. It will take about 8 hours before I can experiment. |
I clone this repo, and run Is this something else i can do to provide more infomation the full output is
|
It seems that there is already a similar issue #865 |
That is #879. This issue is about Could you post Have you tried re-installing? |
Sorry, I went to bed yesterday and didn't see the message; I need to give the file in about 8 hours I have tried re-install and it seems i have changed the file directly before |
I'm sorry for forget this thing,follow is the crates2.json file {
"installs": {
"cargo-edit 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)": {
"version_req": null,
"bins": [
"cargo-add.exe",
"cargo-rm.exe",
"cargo-set-version.exe",
"cargo-upgrade.exe"
],
"features": [],
"all_features": false,
"no_default_features": false,
"profile": "release",
"target": "x86_64-pc-windows-msvc",
"rustc": "rustc 1.79.0 (129f3b996 2024-06-10)\nbinary: rustc\ncommit-hash: 129f3b9964af4d4a709d1383930ade12dfe7c081\ncommit-date: 2024-06-10\nhost: x86_64-pc-windows-msvc\nrelease: 1.79.0\nLLVM version: 18.1.7\n"
},
"cargo-expand 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)": {
"version_req": null,
"bins": [
"cargo-expand.exe"
],
"features": [],
"all_features": false,
"no_default_features": false,
"profile": "release",
"target": "x86_64-pc-windows-msvc",
"rustc": "rustc 1.80.1 (3f5fd8dd4 2024-08-06)\nbinary: rustc\ncommit-hash: 3f5fd8dd41153bc5fdca9427e9e05be2c767ba23\ncommit-date: 2024-08-06\nhost: x86_64-pc-windows-msvc\nrelease: 1.80.1\nLLVM version: 18.1.7\n"
},
"cargo-generate 0.18.4 (registry+https://github.com/rust-lang/crates.io-index)": {
"version_req": null,
"bins": [
"cargo-generate.exe"
],
"features": [],
"all_features": false,
"no_default_features": false,
"profile": "release",
"target": "x86_64-pc-windows-msvc",
"rustc": "rustc 1.72.0 (5680fa18f 2023-08-23)\nbinary: rustc\ncommit-hash: 5680fa18feaa87f3ff04063800aec256c3d4b4be\ncommit-date: 2023-08-23\nhost: x86_64-pc-windows-msvc\nrelease: 1.72.0\nLLVM version: 16.0.5\n"
},
"cargo-update 14.0.2 (registry+https://github.com/rust-lang/crates.io-index)": {
"version_req": null,
"bins": [
"cargo-install-update-config.exe",
"cargo-install-update.exe"
],
"features": [],
"all_features": false,
"no_default_features": false,
"profile": "release",
"target": "x86_64-pc-windows-msvc",
"rustc": "rustc 1.80.1 (3f5fd8dd4 2024-08-06)\nbinary: rustc\ncommit-hash: 3f5fd8dd41153bc5fdca9427e9e05be2c767ba23\ncommit-date: 2024-08-06\nhost: x86_64-pc-windows-msvc\nrelease: 1.80.1\nLLVM version: 18.1.7\n"
}
}
} |
Nothing suspicious in there. |
when use cargo upgrade,there is no any respond
The text was updated successfully, but these errors were encountered: