Skip to content

Commit

Permalink
Bump to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 29, 2017
1 parent 8e8569c commit 20b2588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "0.9.0"
version = "0.9.1"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
keywords = ["bit", "bitmask", "bitflags"]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@

#![no_std]

#![doc(html_root_url = "https://docs.rs/bitflags/0.9.0")]
#![doc(html_root_url = "https://docs.rs/bitflags/0.9.1")]
// When compiled for the rustc compiler itself we want to make sure that this is
// an unstable crate.
#![cfg_attr(rustbuild, feature(staged_api))]
Expand Down

0 comments on commit 20b2588

Please sign in to comment.