From fe8e31e0679459a0d0751136df173a1736a15ef2 Mon Sep 17 00:00:00 2001 From: Anders Blomdell <anders.blomdell@control.lth.se> Date: Wed, 5 Jan 2022 09:49:53 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f282209..10a7b05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "hashtoc" -version = "0.1.6" +version = "0.1.7" authors = ["Anders Blomdell <anders.blomdell@control.lth.se>"] build = "build.rs" links = "libhash.a,libssl" description = "Generate a 'Table Of Contents' of a path" homepage = "https://gitlab.control.lth.se/anders_blomdell/rust-hashtoc" -license = "GPL-3.0" +license = "GPLv3" publish = false [dependencies] -- GitLab