radicle-tauri/build: Allow Specifying Version via `GIT_HEAD`
This now allows setting GIT_HEAD “from the outside” and will
gracefully fall back to “unknown” in case there’s any issue figuring out
what HEAD refers to.
Also tells Nix about it and bumps MSRV to an unsurprisingly old version.
3 files changed
+18
-10
2ae7b656
→
f9294f01
modified crates/radicle-tauri/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.0.0"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-tauri/build.rs
@@ -1,12 +1,15 @@
| + | |
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified flake.nix
@@ -21,7 +21,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -30,7 +30,6 @@
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -131,7 +130,13 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|