Skip to content

Commit

Permalink
Release lychee-lib v0.14.3, lychee v0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Feb 5, 2024
1 parent cff1db5 commit 71aa058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lychee-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lychee-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 71aa058

Please sign in to comment.