Release 1.0.3

This commit is contained in:
David Tolnay
2018-04-30 10:25:17 -07:00
parent f5660786a2
commit d6ecddc78c
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.2"
version = "1.0.3"
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.2")]
#![doc(html_root_url = "https://docs.rs/bitflags/1.0.3")]
#[cfg(test)]
#[macro_use]