fix(3p/rust-crates): fix build of remaining Rust crates

Change-Id: If3aec8efa6ea5a1402af4dbdb662cd4c0d184322
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10341
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
Vincent Ambo 2023-12-12 23:11:36 +03:00 committed by clbot
parent 307675f5e7
commit 8b61480935

View file

@ -16,8 +16,7 @@ let
;
});
in
rec {
depot.nix.readTree.drvTargets rec{
cfg-if = buildRustCrate {
pname = "cfg-if";
version = "1.0.0";
@ -108,7 +107,7 @@ rec {
};
version-check = buildRustCrate {
pname = "version-check";
pname = "version_check";
version = "0.9.2";
edition = "2015";
sha256 = "1vwvc1mzwv8ana9jv8z933p2xzgj1533qwwl5zr8mi89azyhq21v";