Skip to content

Commit

Permalink
Merge pull request #302 from hko-s/version
Browse files Browse the repository at this point in the history
feat: export a crate VERSION string
  • Loading branch information
dignifiedquire committed Feb 28, 2024
2 parents bfa34bb + 1808c99 commit e6d0a38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ pub mod types;
pub use self::composed::key::*;
pub use self::composed::*;
pub use self::packet::Signature;

/// The version of this crate.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");

0 comments on commit e6d0a38

Please sign in to comment.