fedimint-build 0.11.0

Fedimint build script utilities for including git version information in builds
Documentation
1
2
3
4
5
6
/// Env variable to set to force git hash during build process
pub const FORCE_GIT_HASH_ENV: &str = "FEDIMINT_BUILD_FORCE_GIT_HASH";

/// Env variable the cargo will set during crate build to pass the detected git
/// hash to the binary itself.
pub const FEDIMINT_BUILD_CODE_VERSION_ENV: &str = "FEDIMINT_BUILD_CODE_VERSION";