Skip to content

Commit

Permalink
[Renovate] Update dependency rust to v1.79.0 (#1489)
Browse files Browse the repository at this point in the history
* [Renovate] Update dependency rust to v1.79.0

* Changed ::= MSRV:  1.79.0

* Create summary of recent changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kevin Matthes <[email protected]>
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 14, 2024
1 parent 6f5a7dc commit ddc662a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 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.78.0"
msrv = "1.79.0"

################################################################################
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ license = "GPL-3.0"
name = "aeruginous"
readme = "README.md"
repository = "https://github.com/kevinmatthes/aeruginous-rs"
rust-version = "1.78.0"
rust-version = "1.79.0"
version = "3.7.14"
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-rs/blob/main/LICENSE
[lcns]: https://img.shields.io/github/license/kevinmatthes/aeruginous-rs
[lst]: https://img.shields.io/github/last-commit/kevinmatthes/aeruginous-rs
[msrv]: https://img.shields.io/badge/MSRV-1.78.0-brightgreen
[msrv]: https://img.shields.io/badge/MSRV-1.79.0-brightgreen
[release]: https://github.com/kevinmatthes/aeruginous-rs/releases/latest
[renovate]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg
[repository]: https://github.com/kevinmatthes/aeruginous-rs
Expand Down
8 changes: 8 additions & 0 deletions changelog.d/20240614_105920_GitHub_Actions_rust-1.x.ron
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
(
references: {},
changes: {
"Changed": [
"MSRV: 1.79.0",
],
},
)
2 changes: 0 additions & 2 deletions src/cff/cff_create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
| |
\******************************************************************************/

#![cfg(feature = "cff-create")]

use crate::AppendAsLine;
use aeruginous_io::{OptionReader, OptionTruncation};
use std::{cmp::Ordering, fmt::Display, path::PathBuf};
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-rs/blob/main/LICENSE
//! [lcns]: https://img.shields.io/github/license/kevinmatthes/aeruginous-rs
//! [lst]: https://img.shields.io/github/last-commit/kevinmatthes/aeruginous-rs
//! [msrv]: https://img.shields.io/badge/MSRV-1.78.0-brightgreen
//! [msrv]: https://img.shields.io/badge/MSRV-1.79.0-brightgreen
//! [release]: https://github.com/kevinmatthes/aeruginous-rs/releases/latest
//! [renovate]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg
//! [repository]: https://github.com/kevinmatthes/aeruginous-rs
Expand Down

0 comments on commit ddc662a

Please sign in to comment.