Add crate version identifiers.
This commit is contained in:
@@ -44,3 +44,6 @@ pub mod prelude {
|
||||
|
||||
pub use crate::frontend::{FunctionBuilder, FunctionBuilderContext, Variable};
|
||||
}
|
||||
|
||||
/// Version number of this crate.
|
||||
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||
|
||||
Reference in New Issue
Block a user