From 52f4d40e8e66b8150afbe5b3b3a86e1265e75b87 Mon Sep 17 00:00:00 2001 From: Anders Blomdell <anders.blomdell@control.lth.se> Date: Mon, 11 Jan 2021 18:47:30 +0100 Subject: [PATCH] Update version after minor updates --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aa81125..86c51b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "hashtoc" -version = "0.1.5" +version = "0.1.6" 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-only" +license = "GPL-3.0" publish = false [dependencies] -- GitLab