Bump version to 0.7 (#229)

This commit is contained in:
Matthias 2021-04-17 13:41:00 +02:00 committed by GitHub
parent f64213d58c
commit f7f9485be0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View file

@ -1319,7 +1319,7 @@ dependencies = [
[[package]] [[package]]
name = "lychee" name = "lychee"
version = "0.6.0" version = "0.7.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_cmd", "assert_cmd",
@ -1348,7 +1348,7 @@ dependencies = [
[[package]] [[package]]
name = "lychee-lib" name = "lychee-lib"
version = "0.6.0" version = "0.7.0"
dependencies = [ dependencies = [
"check-if-email-exists", "check-if-email-exists",
"deadpool", "deadpool",

View file

@ -188,7 +188,7 @@ OPTIONS:
-T, --threads <threads> Number of threads to utilize. Defaults to number of cores available to -T, --threads <threads> Number of threads to utilize. Defaults to number of cores available to
the system the system
-t, --timeout <timeout> Website timeout from connect to response finished [default: 20] -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: ARGS:
<inputs>... The inputs (where to get links to check from). These can be: files (e.g. `README.md`), file globs <inputs>... The inputs (where to get links to check from). These can be: files (e.g. `README.md`), file globs

View file

@ -14,10 +14,10 @@ keywords = [
] ]
license = "Apache-2.0/MIT" license = "Apache-2.0/MIT"
repository = "https://github.com/lycheeverse/lychee" repository = "https://github.com/lycheeverse/lychee"
version = "0.6.0" version = "0.7.0"
[dependencies] [dependencies]
lychee-lib = { path = "../lychee-lib", version = "0.6.0" } lychee-lib = { path = "../lychee-lib", version = "0.7.0" }
anyhow = "1.0.40" anyhow = "1.0.40"
console = "0.14.1" console = "0.14.1"
headers = "0.3.4" headers = "0.3.4"

View file

@ -14,7 +14,7 @@ keywords = [
] ]
license = "Apache-2.0/MIT" license = "Apache-2.0/MIT"
repository = "https://github.com/lycheeverse/lychee" repository = "https://github.com/lycheeverse/lychee"
version = "0.6.0" version = "0.7.0"
[dependencies] [dependencies]
check-if-email-exists = "0.8.21" check-if-email-exists = "0.8.21"