diff --git a/conf/layer.conf b/conf/layer.conf
index 5997fb9..9823a44 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -13,8 +13,8 @@ LAYERSERIES_COMPAT_wrynose-rust-mixin = "wrynose"
 
 LAYERDEPENDS_wrynose-rust-mixin = "core"
 
-RUSTVERSION ?= "1.98.0%"
+RUSTVERSION ?= "1.98.1%"
 
 # For lack of a better place to put this since it needs to be visible
 # globally, carry it here.
-RECIPE_MAINTAINER:pn-rust-source-1.98.0 = "Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>"
+RECIPE_MAINTAINER:pn-rust-source-1.98.1 = "Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>"
diff --git a/recipes-devtools/rust/cargo_1.98.0.bb b/recipes-devtools/rust/cargo_1.98.1.bb
similarity index 100%
rename from recipes-devtools/rust/cargo_1.98.0.bb
rename to recipes-devtools/rust/cargo_1.98.1.bb
diff --git a/recipes-devtools/rust/libstd-rs_1.98.0.bb b/recipes-devtools/rust/libstd-rs_1.98.1.bb
similarity index 100%
rename from recipes-devtools/rust/libstd-rs_1.98.0.bb
rename to recipes-devtools/rust/libstd-rs_1.98.1.bb
diff --git a/recipes-devtools/rust/rust-cross-canadian_1.98.0.bb b/recipes-devtools/rust/rust-cross-canadian_1.98.1.bb
similarity index 100%
rename from recipes-devtools/rust/rust-cross-canadian_1.98.0.bb
rename to recipes-devtools/rust/rust-cross-canadian_1.98.1.bb
diff --git a/recipes-devtools/rust/rust-source.inc b/recipes-devtools/rust/rust-source.inc
index f40f165..019e258 100644
--- a/recipes-devtools/rust/rust-source.inc
+++ b/recipes-devtools/rust/rust-source.inc
@@ -10,7 +10,7 @@ SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n
             file://0004-Backport-commits-from-rust-Fix-selftest-llvm23.patch;patchdir=${RUSTSRC} \
             file://0005-rustc_codegen_llvm-Do-not-pass-amx-tf32-to-LLVM-23.patch;patchdir=${RUSTSRC} \
 "
-SRC_URI[rust.sha256sum] = "271fa73d8174f53d713c46a8310da7bf7cfdcfb8b7cfd1c2b74b84a83ae9fb1e"
+SRC_URI[rust.sha256sum] = "be1816e7f6c40abb90245ad6e024bed2a7e88d7dda4561e4d5470207df616b9f"
 
 # Point UNPACKDIR into the work-shared location so rust-source.bb and all
 # consumers (via S/RUSTSRC) reference a single shared source tree.
diff --git a/recipes-devtools/rust/rust-source_1.98.0.bb b/recipes-devtools/rust/rust-source_1.98.1.bb
similarity index 100%
rename from recipes-devtools/rust/rust-source_1.98.0.bb
rename to recipes-devtools/rust/rust-source_1.98.1.bb
diff --git a/recipes-devtools/rust/rust_1.98.0.bb b/recipes-devtools/rust/rust_1.98.1.bb
similarity index 100%
rename from recipes-devtools/rust/rust_1.98.0.bb
rename to recipes-devtools/rust/rust_1.98.1.bb
