Add crate version identifiers.
This commit is contained in:
@@ -67,3 +67,6 @@ mod std {
|
||||
pub use self::hashmap_core::{map as hash_map, HashMap};
|
||||
}
|
||||
}
|
||||
|
||||
/// Version number of this crate.
|
||||
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||
|
||||
Reference in New Issue
Block a user