Skip to content

Commit

Permalink
CI fix for MSRV 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
gnapoli23 committed Jul 16, 2024
1 parent 3de435e commit 8333c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
if: matrix.rust == '1.63.0'
run: |
cargo update -p home:0.5.9 --precise 0.5.5
cargo update -p cc --precise 1.0.105
- name: Build
run: cargo build
- name: Clippy
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ To build with the MSRV you will need to pin the below dependencies:

```shell
cargo update -p home:0.5.9 --precise 0.5.5
cargo update -p cc --precise 1.0.105
```

## Contribution
Expand Down

0 comments on commit 8333c91

Please sign in to comment.