chore: update toml file

This commit is contained in:
GyDi 2021-12-14 18:39:37 +08:00
parent 881a95520a
commit 98bc9b07b8
3 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ license = "MIT"
repository = ""
default-run = "app"
edition = "2021"
build = "src/build.rs"
build = "build.rs"
[build-dependencies]
tauri-build = { version = "1.0.0-beta.4" }

View File

@ -6,7 +6,7 @@ use_small_heuristics = "Default"
reorder_imports = true
reorder_modules = true
remove_nested_parens = true
edition = "2018"
edition = "2021"
merge_derives = true
use_try_shorthand = false
use_field_init_shorthand = false