diff --git a/Cargo.lock b/Cargo.lock index 890e4e1..9b03940 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -639,7 +639,7 @@ dependencies = [ [[package]] name = "lychee" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "futures", diff --git a/Cargo.toml b/Cargo.toml index 5c45d55..bb0fa79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"