From b36e12b65460f25f1d6aeb7823bc1154d928b1fd Mon Sep 17 00:00:00 2001 From: Christopher James Halse Rogers Date: Wed, 18 Sep 2019 16:24:15 +0200 Subject: [PATCH] snap: Ensure cargo-web doesn't erroneously adopt our workspace. (#667) --- snap/snapcraft.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 20ec65a..35e2899 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -48,3 +48,6 @@ parts: plugin: rust source: https://github.com/koute/cargo-web.git source-tag: 0.6.26 + override-pull: | + printf "\n[Workspace]\n" >> ${SNAPCRAFT_PART_SRC}/Cargo.toml + snapcraftctl pull