Skip to content
Snippets Groups Projects

fix: picodata version

Merged Maksim Kaitmazian requested to merge max/fix-picodata-version into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -57,6 +57,7 @@ fn main() {
println!(
"cargo:rustc-env=GIT_DESCRIBE={}",
git_version!(
args = [], // disable --always flag
fallback = std::env::var("GIT_DESCRIBE")
.expect("Failed to get version from git and GIT_DESCRIBE env")
)
Loading