mirror of
https://github.com/openharmony/third_party_rust_bitflags.git
synced 2026-07-19 12:02:38 -04:00
Release 1.0.3
This commit is contained in:
+1
-1
@@ -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
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user