Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
[cargo-hakari] copyedit text slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Feb 13, 2022
1 parent 376a247 commit d7a0f27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/cargo-hakari/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ There are four steps you *must* take for `cargo hakari` to work properly.
#### 1. Check in your `Cargo.lock`

For hakari to work correctly, you *must* [add your `Cargo.lock` to version
control](https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries)
file, even if you don't have any binary crates. This is because patch version bumps in
control](https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries),
even if you don't have any binary crates. This is because patch version bumps in
dependencies can add or remove features or even entire transitive dependencies.

#### 2. Initialize the workspace-hack
Expand Down
4 changes: 2 additions & 2 deletions tools/cargo-hakari/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
//! ### 1. Check in your `Cargo.lock`
//!
//! For hakari to work correctly, you *must* [add your `Cargo.lock` to version
//! control](https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries)
//! file, even if you don't have any binary crates. This is because patch version bumps in
//! control](https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries),
//! even if you don't have any binary crates. This is because patch version bumps in
//! dependencies can add or remove features or even entire transitive dependencies.
//!
//! ### 2. Initialize the workspace-hack
Expand Down

0 comments on commit d7a0f27

Please sign in to comment.