We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d04ac commit 3c97646Copy full SHA for 3c97646
README.md
@@ -38,9 +38,10 @@ or in [the `examples/` directory](https://github.com/apoelstra/rust-miniscript/t
38
## Minimum Supported Rust Version (MSRV)
39
This library should always compile with any combination of features on **Rust 1.29**.
40
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:
+Because some dependencies have broken the build in minor/patch releases, to compile with 1.29.0 you will need to
+generate the lockfile and run the following version-pinning command:
43
```
44
+cargo generate-lockfile --verbose
45
cargo update -p cc --precise "1.0.41" --verbose
46
47
0 commit comments