bumped version

This commit is contained in:
JOLIMAITRE Matthieu 2022-09-30 00:54:11 +02:00
parent 7aea0241e6
commit 86f2103ac0
2 changed files with 9 additions and 33 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "epitls-pi"
version = "1.1.1"
version = "1.2.0"
edition = "2021"
license = "GPL-3.0+"
description = "A little helper tool meant to ease the developpment of the C piscine at EPITA/Toulouse."
@ -15,7 +15,7 @@ path = "src/main.rs"
[dependencies]
chrono = "0.4"
clap = { version = "3.2", features = ["clap_derive", "derive"] }
clap = { version = "4.0", features = ["clap_derive", "derive"] }
diff = "0.1"
glob = "0.3"
notify = "5.0"