From f63b4ae65b7527aa344c496dd8e6828ce90da059 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 17:42:45 +0200 Subject: [PATCH] chore: release (#1514) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- lychee-bin/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8de28a4a8..44ed7761c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2493,7 +2493,7 @@ dependencies = [ [[package]] name = "lychee" -version = "0.16.0" +version = "0.16.1" dependencies = [ "anyhow", "assert-json-diff", @@ -2539,7 +2539,7 @@ dependencies = [ [[package]] name = "lychee-lib" -version = "0.16.0" +version = "0.16.1" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 099c7d20a6..3dffd659da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["lychee-bin", "lychee-lib", "examples/*", "benches"] resolver = "2" [workspace.package] -version = "0.16.0" +version = "0.16.1" [profile.release] debug = true diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index e0a84bc63d..f8ec3d86af 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -14,7 +14,7 @@ version.workspace = true [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.16.0", default-features = false } +lychee-lib = { path = "../lychee-lib", version = "0.16.1", default-features = false } anyhow = "1.0.89" assert-json-diff = "2.0.2"