fix: unwrap error in readability_rust

This commit is contained in:
Moritz Böhme 2025-10-06 10:02:04 +02:00
parent cf62f03a70
commit 899d7dd901
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 2 additions and 3 deletions

3
Cargo.lock generated
View file

@ -1473,8 +1473,7 @@ dependencies = [
[[package]]
name = "readability-rust"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1c18c133365854cd0b5f899503fc22e3533270481cc09285ec0ceff2c233fee"
source = "git+https://github.com/MoritzBoehme/readability-rust.git?branch=fix-unwrap#f499390e2a6e835817c464eb93a634983739fa1c"
dependencies = [
"chrono",
"clap",