mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-01 02:14:53 +00:00
Bump version
This commit is contained in:
parent
765f7adb12
commit
0e929f9b4c
4 changed files with 6 additions and 6 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1868,7 +1868,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lychee"
|
||||
version = "0.10.2"
|
||||
version = "0.10.3"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
|
|
@ -1908,7 +1908,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lychee-lib"
|
||||
version = "0.10.2"
|
||||
version = "0.10.3"
|
||||
dependencies = [
|
||||
"async-stream",
|
||||
"cached",
|
||||
|
|
|
|||
|
|
@ -332,7 +332,7 @@ OPTIONS:
|
|||
Number of threads to utilize. Defaults to number of cores available to the system
|
||||
|
||||
-u, --user-agent <USER_AGENT>
|
||||
User agent [default: lychee/0.10.2]
|
||||
User agent [default: lychee/0.10.3]
|
||||
|
||||
-v, --verbose
|
||||
Verbose program output
|
||||
|
|
|
|||
|
|
@ -14,10 +14,10 @@ keywords = [
|
|||
]
|
||||
license = "Apache-2.0/MIT"
|
||||
repository = "https://github.com/lycheeverse/lychee"
|
||||
version = "0.10.2"
|
||||
version = "0.10.3"
|
||||
|
||||
[dependencies]
|
||||
lychee-lib = { path = "../lychee-lib", version = "0.10.2", default-features = false }
|
||||
lychee-lib = { path = "../lychee-lib", version = "0.10.3", default-features = false }
|
||||
anyhow = "1.0.66"
|
||||
console = "0.15.2"
|
||||
const_format = "0.2.30"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ keywords = [
|
|||
]
|
||||
license = "Apache-2.0/MIT"
|
||||
repository = "https://github.com/lycheeverse/lychee"
|
||||
version = "0.10.2"
|
||||
version = "0.10.3"
|
||||
|
||||
[dependencies]
|
||||
check-if-email-exists = "0.9.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue