From 7d51d43709708a26ead291c9ce3657e0191721be Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sun, 1 Feb 2026 23:03:58 +0100 Subject: [PATCH] Test --- snapcraft.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/snapcraft.yaml b/snapcraft.yaml index 56ce1d722..d9637c93f 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -41,7 +41,15 @@ slots: bus: session parts: + rustup: + plugin: rust + source: . + rust-channel: "1.76" + override-build: "" + override-prime: "" + corrosion: + after: [rustup] source: https://github.com/corrosion-rs/corrosion.git source-depth: 1 source-tag: 'v0.6.0'