diff --git a/Cargo.toml b/Cargo.toml index ecac68d..1c1c033 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blinkt" -version = "0.6.0" # Also update html_root_url in lib.rs +version = "0.7.0" # Also update html_root_url in lib.rs edition = "2021" rust-version = "1.56.0" authors = ["Rene van der Meer "] diff --git a/src/lib.rs b/src/lib.rs index ca0d259..91a7a93 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -143,7 +143,7 @@ //! ``` //! // Used by rustdoc to link other crates to blinkt's docs -#![doc(html_root_url = "https://docs.rs/blinkt/0.6.0")] +#![doc(html_root_url = "https://docs.rs/blinkt/0.7.0")] #![allow(clippy::trivially_copy_pass_by_ref)] use std::error;