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
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,3 +21,17 @@ Contributions to this library are welcome. A few guidelines:
21
21
* No new dependencies, please.
22
22
* No crypto should be implemented in Rust, with the possible exception of hash functions. Cryptographic contributions should be directed upstream to libsecp256k1.
23
23
* This library should always compile with any combination of features on **Rust 1.22**.
24
+
25
+
## A note on Rust 1.22 support
26
+
27
+
The build dependency `cc` might require a more recent version of the Rust compiler.
28
+
To ensure compilation with Rust 1.22.0, pin its version in your `Cargo.lock`
29
+
with `cargo update -p cc --precise 1.0.41`. If you're using `secp256k1` in a library,
30
+
to make sure it compiles in CI, you'll need to generate a lockfile first.
0 commit comments