Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Select and render specific elements in a Markdown document"
repository = "https://github.com/yshavit/mdq"
keywords = ["markdown", "parsing"]
categories = ["command-line-utilities", "text-editors"]
rust-version = "1.78.0"
rust-version = "1.80.1"

[dependencies]
clap = { version = "4.5.7", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
1. ```shell
cargo install --git https://github.com/yshavit/mdq
```
Requires rustc >= 1.78.0
Requires rustc >= 1.80.1

Check notice on line 84 in README.md

View workflow job for this annotation

GitHub Actions / check-msrv

version

✅ 1.80.1

[Docker Hub]: https://hub.docker.com/r/yshavit/mdq/tags

Expand Down Expand Up @@ -221,7 +221,7 @@

## Working on mdq itself

Requires rustc >= 1.78.0
Requires rustc >= 1.80.1

Check notice on line 224 in README.md

View workflow job for this annotation

GitHub Actions / check-msrv

version

✅ 1.80.1

```bash
cargo build
Expand Down
Loading