diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6dfb3e9e3..a25a5c5fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ on: env: # renovate: datasource=github-tags depName=rust lookupName=rust-lang/rust - RUST_VERSION: 1.80.0 + RUST_VERSION: 1.84.0 jobs: lint: diff --git a/src/lib.rs b/src/lib.rs index 38e0cfe05..ea1640b4a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -47,7 +47,7 @@ handlebars_helper!(hb_month_name_helper: |month_num: u64| match month_num { _ => "Error!", }); -impl<'a> Generator<'a> { +impl Generator<'_> { fn new( out_directory: impl AsRef, posts_directory: impl AsRef,