Update to Rust 2024

This commit is contained in:
2026-09-07 15:19:07 -05:00
parent 99d7e9c264
commit 535b850ea1
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "novaforth"
version = "0.1.0"
edition = "2021"
edition = "2024"
[build-dependencies]
vasm_core = { path = "../vasm_core" }