Skip to content

Commit 373bf7e

Browse files
authored
Merge pull request #75 from sumitparakh/sparakh/update-readme
fix(build): use --locked flag to ensure reproducible build with compatible serde version
2 parents e472993 + 5ae557b commit 373bf7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ Installing from source:
4444
```sh
4545
git clone https://github.com/atlassian-labs/FSRT.git
4646
cd FSRT
47-
cargo install --path crates/fsrt
47+
cargo install --path crates/fsrt --locked
4848
```
4949

5050
or alternatively:
5151

5252
```text
53-
cargo install --git https://github.com/atlassian-labs/FSRT
53+
cargo install --git https://github.com/atlassian-labs/FSRT --locked
5454
```
5555

5656
## Tests

0 commit comments

Comments
 (0)