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
But this command won't work, at least with cargo 1.79.0 (ffa9cf99a 2024-06-03) that asks to indicate the package name since there are multiple Cargo.toml files inside the repo.
I can't seem to reproduce a build failure on non-nightly compilers, but I've updated the installation instructions! Thanks for bringing this to our attention!
One of the installation methods suggested is this:
But this command won't work, at least with cargo 1.79.0 (ffa9cf99a 2024-06-03) that asks to indicate the package name since there are multiple
Cargo.toml
files inside the repo.This command instead seems to work well:
That's (I think) because the package name as defined in line 2 of the main
Cargo.toml
file of the repo isrustpython
:https://github.com/RustPython/RustPython/blob/main/Cargo.toml#L2
The text was updated successfully, but these errors were encountered: