diff --git a/Cargo.toml b/Cargo.toml index 537b4a7..307e93b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "embedded-nal" -version = "0.6.0" # remember to update html_root_url +version = "0.6.0" authors = [ "Jonathan 'theJPster' Pallant ", "Mathias Koch ", diff --git a/src/lib.rs b/src/lib.rs index 50cbc95..bedd7da 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,4 @@ //! # embedded-nal - A Network Abstraction Layer for Embedded Systems - -#![doc(html_root_url = "https://docs.rs/embedded-nal/0.6.0")] #![no_std] #![deny(missing_docs)] #![deny(unsafe_code)]