From a350c08503772bfbf9e16f992e573b8461b93fea Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 11 Dec 2020 22:58:07 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index de37c847c2..80800fc0c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ keywords = [ license = "Apache-2.0/MIT" name = "lychee" repository = "https://github.com/lycheeverse/lychee" -version = "0.3.1" +version = "0.4.0" [dependencies] anyhow = "1.0.35" @@ -55,4 +55,4 @@ uuid = { version = "0.8", features = ["v4"] } tempfile = "3.1" [features] -vendored-openssl = ["openssl-sys/vendored"] \ No newline at end of file +vendored-openssl = ["openssl-sys/vendored"]