diff --git a/Cargo.lock b/Cargo.lock index bfac218447..a8de28a4a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2493,7 +2493,7 @@ dependencies = [ [[package]] name = "lychee" -version = "0.15.1" +version = "0.16.0" dependencies = [ "anyhow", "assert-json-diff", @@ -2539,7 +2539,7 @@ dependencies = [ [[package]] name = "lychee-lib" -version = "0.15.1" +version = "0.16.0" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 3e34e95f73..099c7d20a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["lychee-bin", "lychee-lib", "examples/*", "benches"] resolver = "2" [workspace.package] -version = "0.15.1" +version = "0.16.0" [profile.release] debug = true diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index f5b6eac62c..e0a84bc63d 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.15.1", default-features = false } +lychee-lib = { path = "../lychee-lib", version = "0.16.0", default-features = false } anyhow = "1.0.89" assert-json-diff = "2.0.2" @@ -110,4 +110,4 @@ required-features = ["check_example_domains"] [package.metadata.binstall] pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }{ archive-suffix }" bin-dir = "{ bin }{ binary-ext }" -pkg-fmt = "tgz" \ No newline at end of file +pkg-fmt = "tgz"