summaryrefslogtreecommitdiff
path: root/engine-reflection
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-06-09 17:47:31 +0200
committerHampusM <hampus@hampusmat.com>2026-06-09 17:47:31 +0200
commit9e3d3be6a9413d76d230bc0ec48f68f9e051caa0 (patch)
treee43b45c3581ea0341fd08b20858818ecca90a725 /engine-reflection
parent1b15327ffcb308f894a19a80ed734540c4dbd5ea (diff)
build(engine-reflection): change Rust edition to 2021
Diffstat (limited to 'engine-reflection')
-rw-r--r--engine-reflection/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine-reflection/Cargo.toml b/engine-reflection/Cargo.toml
index e2dacff..8e13728 100644
--- a/engine-reflection/Cargo.toml
+++ b/engine-reflection/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "engine-reflection"
version = "0.1.0"
-edition = "2024"
+edition = "2021"
[dependencies]