cargo-tauri: remove version test

Upstream does not reliably update their crate versions for each tag
This commit is contained in:
seth 2024-11-15 20:58:53 -05:00
parent 40e17ad7fb
commit a36b0ec048
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

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 {