Skip to content

Commit 3457147

Browse files
committed
Make MMTK_PKG_VERSION and MMTK_FEATURES public again
1 parent 4b3bb32 commit 3457147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/build_info.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ mod raw {
77
}
88

99
/// MMTk crate version such as 0.14.0
10-
use raw::PKG_VERSION as MMTK_PKG_VERSION;
10+
pub use raw::PKG_VERSION as MMTK_PKG_VERSION;
1111

1212
/// Comma separated features enabled for this build
13-
use raw::FEATURES_STR as MMTK_FEATURES;
13+
pub use raw::FEATURES_STR as MMTK_FEATURES;
1414

1515
lazy_static! {
1616
/// Git version as short commit hash, such as a96e8f9, or a96e8f9-dirty, or unknown-git-version if MMTk

0 commit comments

Comments
 (0)