Skip to content

Commit

Permalink
[Renovate] Update dependency rust to v1.77.2 (#211)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 10, 2024
1 parent 2c10baa commit 53c33b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .clippy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
################################################################################

# The minimal supported Rust version.
msrv = "1.77.1"
msrv = "1.77.2"

################################################################################
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ license = "GPL-3.0"
name = "aeruginous-io"
readme = "README.md"
repository = "https://github.com/kevinmatthes/aeruginous-io"
rust-version = "1.77.1"
rust-version = "1.77.2"
version = "0.8.0"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[gpl3]: https://github.com/kevinmatthes/aeruginous-io/blob/main/LICENSE
[lcns]: https://img.shields.io/github/license/kevinmatthes/aeruginous-io
[lst]: https://img.shields.io/github/last-commit/kevinmatthes/aeruginous-io
[msrv]: https://img.shields.io/badge/MSRV-1.77.1-brightgreen
[msrv]: https://img.shields.io/badge/MSRV-1.77.2-brightgreen
[release]: https://github.com/kevinmatthes/aeruginous-io/releases/latest
[renovate]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg
[repository]: https://github.com/kevinmatthes/aeruginous-io
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
//! [gpl3]: https://github.com/kevinmatthes/aeruginous-io/blob/main/LICENSE
//! [lcns]: https://img.shields.io/github/license/kevinmatthes/aeruginous-io
//! [lst]: https://img.shields.io/github/last-commit/kevinmatthes/aeruginous-io
//! [msrv]: https://img.shields.io/badge/MSRV-1.77.1-brightgreen
//! [msrv]: https://img.shields.io/badge/MSRV-1.77.2-brightgreen
//! [release]: https://github.com/kevinmatthes/aeruginous-io/releases/latest
//! [renovate]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg
//! [repository]: https://github.com/kevinmatthes/aeruginous-io
Expand Down

0 comments on commit 53c33b7

Please sign in to comment.