From 29b80d906b88cb45d29699f8bcf2fa94e6d9aa4c Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 5 Jan 2024 16:22:24 +0100 Subject: [PATCH] Bump version --- Cargo.lock | 4 ++-- lychee-bin/Cargo.toml | 2 +- lychee-lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52e8d57..c1cf52a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2218,7 +2218,7 @@ dependencies = [ [[package]] name = "lychee" -version = "0.13.0" +version = "0.14.0" dependencies = [ "anyhow", "assert-json-diff", @@ -2263,7 +2263,7 @@ dependencies = [ [[package]] name = "lychee-lib" -version = "0.13.0" +version = "0.14.0" dependencies = [ "async-stream", "cached", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 143302c..1e63954 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -14,7 +14,7 @@ keywords = [ ] license = "Apache-2.0 OR MIT" repository = "https://github.com/lycheeverse/lychee" -version = "0.13.0" +version = "0.14.0" [dependencies] lychee-lib = { path = "../lychee-lib", default-features = false } diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 6e820a2..b539ba4 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -14,7 +14,7 @@ keywords = [ ] license = "Apache-2.0 OR MIT" repository = "https://github.com/lycheeverse/lychee" -version = "0.13.0" +version = "0.14.0" [dependencies] async-stream = "0.3.5"