Skip to content

Commit

Permalink
Update MSRV from [1.74.1] to [1.77.2]
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite authored and github-actions[bot] committed Aug 30, 2024
1 parent 2a7a0f1 commit 4134b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name = "cargo-attribution"
version = "0.8.2"
authors = ["AmeKnite"]
edition = "2021"
rust-version = "1.74.1"
description = "A cargo subcommand to give credit to your dependencies"
documentation = "https://docs.rs/cargo-attribution"
readme = "README.md"
repository = "https://github.com/ameknite/cargo-attribution"
license = "MPL-2.0"
keywords = ["cli", "attribution", "credits", "license"]
categories = ["command-line-utilities"]
rust-version = "1.77.2"

[dependencies]
bytes = "1.7.1"
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 @@

[![License](https://img.shields.io/badge/license-MPL2.0-blue.svg)](https://www.mozilla.org/en-US/MPL/2.0/)
[![Crates.io](https://img.shields.io/crates/v/cargo-attribution.svg)](https://crates.io/crates/cargo-attribution)
![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.74.1+-red)
![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.77.2+-red)
[![CI](https://github.com/ameknite/cargo-attribution/workflows/CI/badge.svg)](https://github.com/ameknite/cargo-attribution/actions?workflow=CI)

```sh
Expand Down

0 comments on commit 4134b86

Please sign in to comment.