aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-12-03 10:43:52 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-12-03 10:43:54 -0800
commita330cbb94c90aa79bb5016d83540c99e671a91f3 (patch)
tree92265cecf58c59a99a1e267a0c687a65fdc9b9f6 /.gitlab-ci.yml
parent2f116294dd662df6b76ea431aa56c6cd8ea4193b (diff)
downloadfatcat-a330cbb94c90aa79bb5016d83540c99e671a91f3.tar.gz
fatcat-a330cbb94c90aa79bb5016d83540c99e671a91f3.zip
bump required rust to 1.36
This isn't a fatcat rust requirement, but instead a diesel requirement, via rust-smallvec, which in v1.0 uses the alloc crate: https://github.com/servo/rust-smallvec/issues/73 I think the reason this came up now is that diesel-cli is an application and doesn't have a Cargo.lock file, and the build was updated. Using some binary mechanism to install these dependencies would be more robust, but feels like a yak shave right now.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 961c47de..c44f44ec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ variables:
PIPENV_VENV_IN_PROJECT: "true"
CARGO_HOME: ".cargo_cache"
-image: "rust:1.35-stretch"
+image: "rust:1.36-stretch"
unified_test:
variables: