Skip to content
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

fix(readme): cargo install instructions #1616

Merged
merged 1 commit into from
Jul 29, 2022

Conversation

a-kenji
Copy link
Contributor

@a-kenji a-kenji commented Jul 29, 2022

The default cargo install behaviour ignores, in contrast to the run,
or build behaviour the Cargo.lock file. This can lead to
builds breaking after the package is released in a non breaking state.

ref: rust-lang/cargo#7169

We now recommend users to install through cargo install --locked.

The default `cargo install` behaviour ignores, in contrast to the `run`,
or `build` behaviour the `Cargo.lock` file. This can lead to
builds breaking after the package is released in a non breaking state.

ref: rust-lang/cargo#7169

We now recommend users to install through `cargo install --locked`.
@a-kenji a-kenji merged commit f3d8b31 into zellij-org:main Jul 29, 2022
@a-kenji a-kenji deleted the fix/cargo-install-instructions branch July 29, 2022 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant