Skip to content

Commit

Permalink
Merge pull request #67 from dalance/bump_msrv1_70
Browse files Browse the repository at this point in the history
Bump MSRV to 1.70
  • Loading branch information
dalance authored Jan 22, 2024
2 parents 264b0df + b8170eb commit fffed78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license = "MIT"
readme = "README.md"
repository = "https://github.com/onur/cargo-license"
edition = "2021"
rust-version = "1.70"

[dependencies]
getopts = "0.2.21"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![CI](https://github.com/onur/cargo-license/workflows/CI/badge.svg)](https://github.com/onur/cargo-license/actions?workflow=CI)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/onur/cargo-license/master/LICENSE)
![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.34-red)
![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.70-red)

A cargo subcommand to see license of dependencies.

Expand Down

0 comments on commit fffed78

Please sign in to comment.