Update Rust edition to 2021

This commit is contained in:
Juergen Stuber 2024-03-30 11:28:13 +01:00
parent c6a0595a9b
commit e00d1890f9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
name = "pixelfoo"
version = "0.2.0"
authors = ["juergen <juergen@chaospott.de>"]
edition = "2018"
edition = "2021"
[dependencies]
rand = "0.8.4"