From 63cfeca0984152a477749e2a55afc3ae5f87194d Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Sun, 25 Sep 2022 23:16:48 +0200 Subject: [PATCH] bumped version --- Cargo.lock | 2 +- Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 752463f..66c1734 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,7 +140,7 @@ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" [[package]] name = "epitls-pi" -version = "1.0.0" +version = "1.1.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7c13d21..cd59649 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,11 @@ [package] name = "epitls-pi" -version = "1.0.0" +version = "1.1.0" edition = "2021" license = "GPL-3.0+" description = "A little helper tool meant to ease the developpment of the C piscine at EPITA/Toulouse." repository = "https://github.com/MajorBarnulf/epitls-pi" +keywords = ["pi", "epita", "tls", "piscine"] authors = ["JOLIMAITRE Matthieu "] [[bin]]