Merge commit '9790ef4dacdf729d8825dbe745379bd6c669b9dd' as 'components/rfs'
This commit is contained in:
9
components/rfs/fl-server/build.rs
Normal file
9
components/rfs/fl-server/build.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
fn main() {
|
||||
println!(
|
||||
"cargo:rustc-env=GIT_VERSION={}",
|
||||
git_version::git_version!(
|
||||
args = ["--tags", "--always", "--dirty=-modified"],
|
||||
fallback = "unknown"
|
||||
)
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user