bump the rust toolchain to v1.95.0

This commit is contained in:
Mamadou Babaei
2026-07-13 20:20:40 +02:00
parent a9213585e8
commit c62b36aa17
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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
+6
View File
@@ -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.