build: Use `git describe` to generate a version
Only if RADICLE_VERSION is not set, we ask Git to desribe the commit
we are building. This is better than having all these cases just be
“pre-release”, which is not very informative.
1 file changed
+37
-3
384c5064
→
532e5a0d
modified build.rs
@@ -21,10 +21,44 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|