Skip to content

Commit 65781e3

Browse files
authored
Update dependency rust to v1.84.0 (#1376)
2 parents 7e2dc1c + 5a2012c commit 65781e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
# renovate: datasource=github-tags depName=rust lookupName=rust-lang/rust
10-
RUST_VERSION: 1.80.0
10+
RUST_VERSION: 1.84.0
1111

1212
jobs:
1313
lint:

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ handlebars_helper!(hb_month_name_helper: |month_num: u64| match month_num {
4747
_ => "Error!",
4848
});
4949

50-
impl<'a> Generator<'a> {
50+
impl Generator<'_> {
5151
fn new(
5252
out_directory: impl AsRef<Path>,
5353
posts_directory: impl AsRef<Path>,

0 commit comments

Comments
 (0)