From c62b36aa17e301c0c50872c9bb8836b4a3093802 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Mon, 11 May 2026 22:32:11 +0200 Subject: [PATCH] bump the rust toolchain to v1.95.0 --- Handbook/GNUmakefile | 2 +- Handbook/src/appendix/changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Handbook/GNUmakefile b/Handbook/GNUmakefile index 1dd892cd..17c8e1e2 100644 --- a/Handbook/GNUmakefile +++ b/Handbook/GNUmakefile @@ -123,7 +123,7 @@ SG_PLUGIN_PLATFORM_SUPPORT_MATRIX_FILE := $(SG_PLUGIN_DIR)/PLATFORM_SUPPORT_M # Rust/Cargo Settings ################################################################################ -RUST_TOOLCHAIN_VERSION := 1.93.0 +RUST_TOOLCHAIN_VERSION := 1.95.0 ################################################################################ # Version and Build Information diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index 3730ce52..12682f03 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Documentation + +- Additional minor fixes and improvements that may not be listed here. + ## [2.8.1] - 2026-05-11 This patch release brings minor non-breaking improvements for Blueprint and the Unreal Editor.