From 71aa058c28b0b9e54a1eeb6aaaba47c49519244d Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 5 Feb 2024 16:34:05 +0100 Subject: [PATCH] Release lychee-lib v0.14.3, lychee v0.14.3 --- lychee-bin/Cargo.toml | 4 ++-- lychee-lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 6f1ff61ca..bcca0c4fb 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -9,12 +9,12 @@ keywords = ["link", "checker", "cli", "link-checker", "validator"] license = "Apache-2.0 OR MIT" repository = "https://github.com/lycheeverse/lychee" readme = "../README.md" -version.workspace = true +version= "0.14.3" [dependencies] # NOTE: We need to specify the version of lychee-lib here because crates.io # requires all dependencies to have a version number. -lychee-lib = { path = "../lychee-lib", version = "0.14.2", default-features = false } +lychee-lib = { path = "../lychee-lib", version = "^0.14.3", default-features = false } anyhow = "1.0.78" assert-json-diff = "2.0.2" diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 917266c5d..813ee43b7 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["link", "checker", "cli", "link-checker", "validator"] license = "Apache-2.0 OR MIT" repository = "https://github.com/lycheeverse/lychee" readme = "../README.md" -version.workspace = true +version= "0.14.3" [dependencies] async-stream = "0.3.5"