Migrate to rust edition 2024
This commit is contained in:
parent
cc74779e5d
commit
69f36de2d3
5 changed files with 13 additions and 7 deletions
|
|
@ -1,10 +1,10 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
resolver = "3"
|
||||
members = ["gdn", "gdn-cli", "gdn-app/src-tauri"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0.95"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue