From 20b2588f7d1665839885adb63450dd3e8adc2940 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 29 May 2017 09:07:19 -0700 Subject: [PATCH] Bump to 0.9.1 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fd7c4805..261bdee2 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 = "0.9.0" +version = "0.9.1" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" keywords = ["bit", "bitmask", "bitflags"] diff --git a/src/lib.rs b/src/lib.rs index 2d05c3c7..5840643a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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))]