mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-28 02:10:39 +02:00
Update cargo config to use Rust 2021 edition
This commit is contained in:
parent
6067656b0f
commit
ced0bbd370
2 changed files with 1 additions and 4 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -10,7 +10,6 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_json",
|
||||
"static_init",
|
||||
"web-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
|
|
@ -4,12 +4,10 @@ cargo-features = ["strip"] # nightly
|
|||
name = "UadGui"
|
||||
version = "0.1.0"
|
||||
authors = ["w1nst0n"]
|
||||
edition = "2018"
|
||||
resolver = "2"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
iced = { git = "https://github.com/hecrj/iced.git", features = ["svg"] }
|
||||
web-sys = { version = "0.3.51" }
|
||||
serde = { version = "^1.0", features = ["derive"] }
|
||||
serde_json = "^1.0"
|
||||
static_init = "^1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue