Skip to content

Commit

Permalink
Set specific version for lychee-lib for crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Jan 5, 2024
1 parent b84ca91 commit 3f318fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lychee-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ repository = "https://github.com/lycheeverse/lychee"
version = "0.14.0"

[dependencies]
lychee-lib = { path = "../lychee-lib", default-features = false }
# 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.0", default-features = false }

anyhow = "1.0.78"
assert-json-diff = "2.0.2"
Expand Down

0 comments on commit 3f318fc

Please sign in to comment.