Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Oct 27, 2021
1 parent b48292b commit ed0efcd
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/client_pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion examples/collect_links/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
4 changes: 2 additions & 2 deletions lychee-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lychee-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ed0efcd

Please sign in to comment.