Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 3c0718c

Browse files
Explain how to build with the MSRV in the README
1 parent 9793017 commit 3c0718c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@ This library internally uses PyO3 to call HWI's functions. It is not a re-implem
1010

1111
## MSRV
1212

13-
The MSRV for this project is `1.48.0`.
13+
The MSRV for this project is `1.48.0`. To build with the MSRV you will need to pin some dependencies:
14+
```bash
15+
cargo update -p serde_json --precise 1.0.99
16+
cargo update -p serde --precise 1.0.156
17+
cargo update -p once_cell --precise 1.14.0
18+
cargo update -p quote --precise 1.0.30
19+
cargo update -p proc-macro2 --precise 1.0.65
20+
```
1421

1522
## Prerequisites
1623

0 commit comments

Comments
 (0)