diff --git a/Cargo.toml b/Cargo.toml index 11a457b..7e47c3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "bitflags" # NB: When modifying, also modify: # 1. html_root_url in lib.rs # 2. number in readme (for breaking changes) -version = "1.0.3" +version = "1.0.4" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" keywords = ["bit", "bitmask", "bitflags", "flags"] diff --git a/src/lib.rs b/src/lib.rs index 3aea6a7..9e1bcfd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -247,7 +247,7 @@ //! ``` #![no_std] -#![doc(html_root_url = "https://docs.rs/bitflags/1.0.3")] +#![doc(html_root_url = "https://docs.rs/bitflags/1.0.4")] #[cfg(test)] #[macro_use]