Use Rust 2024 edition to avoid Future import

This commit is contained in:
fa-sharp
2026-02-19 15:59:09 -05:00
parent 1f03671ce8
commit 525e3b3429
2 changed files with 1 additions and 1360 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "{{project-name}}"
version = "0.1.0"
edition = "2021"
edition = "2024"
description = "{{project-description}}"
[dependencies]