From cfe543819ee7ed738b2373e6f8efb9903606f723 Mon Sep 17 00:00:00 2001 From: Afri Schoedon <5chdn@users.noreply.github.com> Date: Fri, 31 Aug 2018 11:04:07 -0700 Subject: [PATCH] Bump snap rust version to latest stable channel. --- snap/snapcraft.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index c7da23960..8a0cdc8a0 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -30,8 +30,7 @@ parts: parity: source: . plugin: rust - # rust-channel: stable # @TODO enable after https://bugs.launchpad.net/snapcraft/+bug/1778530 - rust-revision: 1.26.2 # @TODO remove after https://bugs.launchpad.net/snapcraft/+bug/1778530 + rust-channel: stable build-attributes: [no-system-libraries] build-packages: [g++, libudev-dev, make, pkg-config, cmake] stage-packages: [libc6, libudev1, libstdc++6]