upend/cli/build.rs
Tomáš Mládek 77eccc5bb6
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci, fix: re-add get_version.sh
Obviously, we don't push the .git repo directory inside the build containers, so the build has no way of telling the version.  But it's nice we got it working.
2023-08-23 18:57:11 +02:00

3 lines
62 B
Rust

fn main() -> shadow_rs::SdResult<()> {
shadow_rs::new()
}