mirror of
https://github.com/redstrate/Kawari.git
synced 2025-06-08 17:37:46 +00:00
Update to Rust edition 2024
This commit is contained in:
parent
da6a5424d1
commit
5dc1178cd3
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "kawari"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "kawari-frontier"
|
||||
|
@ -33,4 +33,4 @@ tracing = { version = "0.1", default-features = false }
|
|||
serde = { version = "1.0", features = ["derive"], default-features = false }
|
||||
tracing-subscriber = { version = "0.3", features = ["fmt"], default-features = false }
|
||||
rand = "0.8"
|
||||
minijinja = "2.0"
|
||||
minijinja = "2.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue