Release 1.0.2

This commit is contained in:
David Tolnay 2018-04-25 19:36:19 -07:00
parent fa536969e6
commit 74aa397b0e
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

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.1"
version = "1.0.2"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
keywords = ["bit", "bitmask", "bitflags", "flags"]

View File

@ -218,7 +218,7 @@
#![no_std]
#![doc(html_root_url = "https://docs.rs/bitflags/1.0.1")]
#![doc(html_root_url = "https://docs.rs/bitflags/1.0.2")]
#[cfg(test)]
#[macro_use]