Skip to content

Commit

Permalink
Pin cc 1.0.105 for MSRV 1.63 (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould authored Jul 8, 2024
2 parents f978f41 + 99ff678 commit 87e1064
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
if: matrix.rust == '1.63.0'
run: |
cargo update
cargo update -p cc --precise 1.0.105
cargo update -p clap_lex --precise 0.3.0
cargo update -p regex --precise 1.9.6
cargo update -p url --precise 2.5.0
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ To build and test with the MSRV you will need to pin the below dependency versio
### `payjoin`

```shell
cargo update -p cc --precise 1.0.105
cargo update -p regex --precise 1.9.6
cargo update -p url --precise 2.5.0
cargo update -p which --precise 4.4.0
Expand All @@ -92,6 +93,7 @@ cargo update -p reqwest --precise 0.12.4
### `payjoin-cli`

```shell
cargo update -p cc --precise 1.0.105
cargo update -p clap_lex --precise 0.3.0
cargo update -p regex --precise 1.9.6
cargo update -p url --precise 2.5.0
Expand Down

0 comments on commit 87e1064

Please sign in to comment.