We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example:
./live777 -V live777 0.5.1
We need version hash, look like
git describe v0.5.1-51-g1c578db
Maybe use shadow-rs Finally:
./live777 -V v0.5.1-51-g1c578db
The text was updated successfully, but these errors were encountered:
implmentation of binbat#235
c5d07da
use shadow-rs to get PKG_VERSION and COMMIT_HASH `core::concat` can only accept literals, so use `const_str::concat`
No branches or pull requests
For example:
We need version hash, look like
Maybe use shadow-rs Finally:
The text was updated successfully, but these errors were encountered: