Skip to content

Commit

Permalink
fix rustc version
Browse files Browse the repository at this point in the history
  • Loading branch information
yshavit committed Mar 1, 2025
1 parent a0c37ec commit a60a0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Any of these will work:
1. ```shell
cargo install --git https://github.com/yshavit/mdq
```
Requires rustc >= 1.2.3
Requires rustc >= 1.78.0

Check failure on line 58 in README.md

View workflow job for this annotation

GitHub Actions / check-msrv

version

rustc >= 1.78.0 should have been 1.78.0

<details>
<summary>Security concerns</summary>
Expand Down Expand Up @@ -190,7 +190,7 @@ cat oncall.md | mdq ':-: * :-: 2024-01-15'
# Development
Requires rustc >= 1.2.3
Requires rustc >= 1.78.0

Check failure on line 193 in README.md

View workflow job for this annotation

GitHub Actions / check-msrv

version

rustc >= 1.78.0 should have been 1.78.0
```bash
cargo build
Expand Down

0 comments on commit a60a0ed

Please sign in to comment.