From e7588a7f175ca9b9604ce35d72086489da7a66e3 Mon Sep 17 00:00:00 2001 From: diogo464 Date: Fri, 7 Apr 2023 20:49:26 +0100 Subject: version bump: 0.2.0 --- Cargo.toml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2045a92..2c2a332 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,17 +1,19 @@ [package] name = "dotup" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" -clap = { version = "3.2.21", features = ["derive"] } +clap = { version = "4", features = ["derive"] } +colored = "2" env_logger = "0.9" -globset = "0.4.9" -log = "0.4.17" -nom = "7.1.1" +globset = "0.4" +inquire = "0.6" +log = "0.4" +nom = "7" nom_locate = "4" slotmap = "1" thiserror = "1" -- cgit