mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-01 12:20:22 +00:00
Bump version to 0.7 (#229)
This commit is contained in:
parent
f64213d58c
commit
f7f9485be0
4 changed files with 6 additions and 6 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1319,7 +1319,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lychee"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
|
|
@ -1348,7 +1348,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lychee-lib"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"check-if-email-exists",
|
||||
"deadpool",
|
||||
|
|
|
|||
|
|
@ -188,7 +188,7 @@ OPTIONS:
|
|||
-T, --threads <threads> Number of threads to utilize. Defaults to number of cores available to
|
||||
the system
|
||||
-t, --timeout <timeout> Website timeout from connect to response finished [default: 20]
|
||||
-u, --user-agent <user-agent> User agent [default: lychee/0.6.0]
|
||||
-u, --user-agent <user-agent> User agent [default: lychee/0.7.0]
|
||||
|
||||
ARGS:
|
||||
<inputs>... The inputs (where to get links to check from). These can be: files (e.g. `README.md`), file globs
|
||||
|
|
|
|||
|
|
@ -14,10 +14,10 @@ keywords = [
|
|||
]
|
||||
license = "Apache-2.0/MIT"
|
||||
repository = "https://github.com/lycheeverse/lychee"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
|
||||
[dependencies]
|
||||
lychee-lib = { path = "../lychee-lib", version = "0.6.0" }
|
||||
lychee-lib = { path = "../lychee-lib", version = "0.7.0" }
|
||||
anyhow = "1.0.40"
|
||||
console = "0.14.1"
|
||||
headers = "0.3.4"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ keywords = [
|
|||
]
|
||||
license = "Apache-2.0/MIT"
|
||||
repository = "https://github.com/lycheeverse/lychee"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
|
||||
[dependencies]
|
||||
check-if-email-exists = "0.8.21"
|
||||
|
|
|
|||
Loading…
Reference in a new issue