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
The Cargo.lock file was added only to serve the creation of the Docker
image, as it aided with reproducibility. With Docker support gone, there
is no need for us to manage this file. If users care to use specific
versions of dependencies, they are advised to manage a lock file
themselves. The only guarantee we provide is that there exist versions
of dependencies that allow a build with the stated minimum supported
Rust version.
0 commit comments