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
In 'Getting Started' it is implied that running cargo build --release is what creates a Cargo.lock file. The explanation of Cargo.lock is in the section 'Building for Release'.
From what I can see, just running cargo build creates a Cargo.lock file.
I don't know enough about Rust to know if something recently changed or if this is significant. But wanted to raise the issue, as it looked slightly off as I am going through the tutorials.