updated dependencies, version bump

This commit is contained in:
JOLIMAITRE Matthieu 2022-11-08 00:39:41 +01:00
parent 7c6b9c3b2a
commit 7958763bd4
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "epitls-pi"
version = "1.3.1"
version = "1.4.0"
edition = "2021"
license = "GPL-3.0+"
description = "A little helper tool meant to ease the developpment of the C piscine at EPITA/Toulouse."
@ -22,7 +22,7 @@ notify = "5.0"
notify-debouncer-mini = "0.2"
ron = "0.8"
serde = { version = "1.0", features = ["derive"] }
termion = "1.5"
termion = "2.0"
[profile.release]
lto = true