diff --git a/Cargo.toml b/Cargo.toml index 88be2c2..3d04aca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anyhow" -version = "1.0.75" # remember to update html_root_url +version = "1.0.75" authors = ["David Tolnay "] categories = ["rust-patterns", "no-std"] description = "Flexible concrete Error type built on std::error::Error"