From 0a0e3e6a2d4c9679ec4f18db737638f779212a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Mon, 29 Jul 2024 14:07:22 +0200 Subject: [PATCH] Disable automatic crate update in OBS Use the versions from the Cargo.lock file to have consistent builds. If a crate needs to be updated run `cargo update` in Git and commit the changes. --- rust/package/_service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/package/_service b/rust/package/_service index bf0d7dc858..597f32264c 100644 --- a/rust/package/_service +++ b/rust/package/_service @@ -14,7 +14,7 @@ agama/rust zst - true + false agama/rust