Updated version

Signed-off-by: Robin Candau <53110319+Antiz96@users.noreply.github.com>
axtloss/rework-partitioning
Robin Candau 2 years ago committed by Michal S
parent 4afae5d81b
commit 05140dfef5

@ -2,8 +2,8 @@
name = "jade"
description = "The new installer for crystal linux, contains backend and TUI"
authors = ["Amy <axtlos@tar.black>"]
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"
human-panic = "1.0.3"

Loading…
Cancel
Save