diff --git a/Cargo.toml b/Cargo.toml index 2ef291a..202d47d 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,8 @@ name = "jade" description = "The new installer for crystal linux, contains backend and TUI" authors = ["Amy "] -version = "0.1.0" -edition = "2021" +version = "1.2.0" +edition = "2022" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -15,4 +15,4 @@ serde = { version = "1.0.117", features = [ "derive" ] } log = "0.4.16" flexi_logger = {version = "0.22.3", features = ["colors"] } lazy_static = "1.4.0" -human-panic = "1.0.3" \ No newline at end of file +human-panic = "1.0.3"