Skip to content

Commit 3c97646

Browse files
Add generate-lockfile to README
1 parent b8d04ac commit 3c97646

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ or in [the `examples/` directory](https://github.com/apoelstra/rust-miniscript/t
3838
## Minimum Supported Rust Version (MSRV)
3939
This library should always compile with any combination of features on **Rust 1.29**.
4040

41-
Because some dependencies have broken the build in minor/patch releases, to
42-
compile with 1.29.0 you will need to run the following version-pinning command:
41+
Because some dependencies have broken the build in minor/patch releases, to compile with 1.29.0 you will need to
42+
generate the lockfile and run the following version-pinning command:
4343
```
44+
cargo generate-lockfile --verbose
4445
cargo update -p cc --precise "1.0.41" --verbose
4546
```
4647

0 commit comments

Comments
 (0)