cargo-tauri: remove version test

Upstream does not reliably update their crate versions for each tag

(cherry picked from commit a36b0ec048)
This commit is contained in:
seth 2024-11-15 20:58:53 -05:00 committed by github-actions[bot]
parent 4e7bb588ff
commit bbd9078ecc

View File

@ -9,7 +9,6 @@
nix-update-script,
openssl,
pkg-config,
testers,
webkitgtk_4_1,
}:
@ -49,7 +48,6 @@ rustPlatform.buildRustPackage rec {
tests = {
hook = callPackage ./test-app.nix { };
version = testers.testVersion { package = cargo-tauri; };
};
updateScript = nix-update-script {