Release 1.0.4

This commit is contained in:
David Tolnay
2018-08-21 15:54:08 -04:00
parent 9b3f537417
commit bcd4f9aa64
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"]
+1 -1
View File
@@ -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]