mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-31 11:50:23 +00:00
Prepare release
This commit is contained in:
parent
b48292be4a
commit
ed0efcd4f8
8 changed files with 10 additions and 10 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1565,7 +1565,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lychee"
|
||||
version = "0.7.2"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
|
|
@ -1597,7 +1597,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lychee-lib"
|
||||
version = "0.7.2"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"cached",
|
||||
"check-if-email-exists",
|
||||
|
|
|
|||
|
|
@ -243,7 +243,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.7.2]
|
||||
-u, --user-agent <user-agent> User agent [default: lychee/0.8.0]
|
||||
|
||||
ARGS:
|
||||
<inputs>... The inputs (where to get links to check from). These can be: files (e.g. `README.md`), file globs
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ name = "builder"
|
|||
path = "builder.rs"
|
||||
|
||||
[dependencies]
|
||||
lychee-lib = { path = "../../lychee-lib", version = "0.7.2" }
|
||||
lychee-lib = { path = "../../lychee-lib", version = "0.8.0" }
|
||||
tokio = { version = "1.12.0", features = ["full"] }
|
||||
regex = "1.4.6"
|
||||
http = "0.2.5"
|
||||
|
|
|
|||
|
|
@ -8,5 +8,5 @@ name = "client_pool"
|
|||
path = "client_pool.rs"
|
||||
|
||||
[dependencies]
|
||||
lychee-lib = { path = "../../lychee-lib", version = "0.7.2" }
|
||||
lychee-lib = { path = "../../lychee-lib", version = "0.8.0" }
|
||||
tokio = { version = "1.12.0", features = ["full"] }
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ name = "collect_links"
|
|||
path = "collect_links.rs"
|
||||
|
||||
[dependencies]
|
||||
lychee-lib = { path = "../../lychee-lib", version = "0.7.2" }
|
||||
lychee-lib = { path = "../../lychee-lib", version = "0.8.0" }
|
||||
tokio = { version = "1.12.0", features = ["full"] }
|
||||
regex = "1.4.6"
|
||||
http = "0.2.5"
|
||||
|
|
|
|||
|
|
@ -8,5 +8,5 @@ name = "simple"
|
|||
path = "simple.rs"
|
||||
|
||||
[dependencies]
|
||||
lychee-lib = { path = "../../lychee-lib", version = "0.7.2" }
|
||||
lychee-lib = { path = "../../lychee-lib", version = "0.8.0" }
|
||||
tokio = { version = "1.12.0", features = ["full"] }
|
||||
|
|
@ -14,10 +14,10 @@ keywords = [
|
|||
]
|
||||
license = "Apache-2.0/MIT"
|
||||
repository = "https://github.com/lycheeverse/lychee"
|
||||
version = "0.7.2"
|
||||
version = "0.8.0"
|
||||
|
||||
[dependencies]
|
||||
lychee-lib = { path = "../lychee-lib", version = "0.7.2" }
|
||||
lychee-lib = { path = "../lychee-lib", version = "0.8.0" }
|
||||
anyhow = "1.0.44"
|
||||
console = "0.15.0"
|
||||
headers = "0.3.5"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ keywords = [
|
|||
]
|
||||
license = "Apache-2.0/MIT"
|
||||
repository = "https://github.com/lycheeverse/lychee"
|
||||
version = "0.7.2"
|
||||
version = "0.8.0"
|
||||
|
||||
[dependencies]
|
||||
check-if-email-exists = "0.8.25"
|
||||
|
|
|
|||
Loading…
Reference in a new issue