diff options
| author | HampusM <hampus@hampusmat.com> | 2026-06-09 17:47:31 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-06-09 17:47:31 +0200 |
| commit | 9e3d3be6a9413d76d230bc0ec48f68f9e051caa0 (patch) | |
| tree | e43b45c3581ea0341fd08b20858818ecca90a725 | |
| parent | 1b15327ffcb308f894a19a80ed734540c4dbd5ea (diff) | |
build(engine-reflection): change Rust edition to 2021
| -rw-r--r-- | engine-reflection/Cargo.toml | 2 |
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] |
