Skip to content

Commit

Permalink
Update dependency rust to v1.84.0 (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor authored Jan 22, 2025
2 parents 7e2dc1c + 5a2012c commit 65781e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Path>,
posts_directory: impl AsRef<Path>,
Expand Down

0 comments on commit 65781e3

Please sign in to comment.