Skip to content

Commit e178081

Browse files
authored
Merge pull request #966 from ehuss/blacksmith-2024
Update blacksmith to Rust 2024
2 parents 3713c9d + 925d9c6 commit e178081

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

blacksmith/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mdbook-blacksmith"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
55
description = "A mdbook preprocessor for generating dynamic content for Rust Forge."
66
publish = false
77

blacksmith/rustfmt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
style_edition = "2024"

0 commit comments

Comments
 (0)