Version 0.2.1

- Build static Linux binaries
- Use cargo-zigbuild for cross compilation
This commit is contained in:
2022-12-14 13:06:51 -05:00
parent 141339fcb0
commit 21c386d1a6
6 changed files with 28 additions and 272 deletions

View File

@@ -24,8 +24,8 @@ where T: FromArgs
output: format!(
"{} {} {}",
command_name.first().unwrap_or(&""),
env!("VERGEN_BUILD_SEMVER"),
env!("VERGEN_GIT_SHA"),
env!("CARGO_PKG_VERSION"),
env!("GIT_COMMIT_SHA"),
),
status: Ok(()),
})