This commit is contained in:
Matthias Endler 2020-08-18 23:59:38 +02:00
parent 3650c673df
commit 76adcfd7e5
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -639,7 +639,7 @@ dependencies = [
[[package]]
name = "lychee"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"anyhow",
"futures",

View file

@ -7,7 +7,7 @@ homepage = "https://github.com/hello-rust/lychee"
license = "Apache-2.0/MIT"
name = "lychee"
repository = "https://github.com/hello-rust/lychee"
version = "0.2.0"
version = "0.3.0"
[dependencies]
anyhow = "1.0.32"
futures = "0.3"