From 491ba275288dba3d0af1b5fd106e8f0624e6cb38 Mon Sep 17 00:00:00 2001 From: Mark McCaskey Date: Tue, 11 Feb 2020 10:41:17 -0800 Subject: [PATCH] Update Rust version used to build docs to be consistent --- Makefile | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 21ca562fdab..700ae82e4d2 100644 --- a/Makefile +++ b/Makefile @@ -307,7 +307,7 @@ dep-graph: cargo deps --optional-deps --filter wasmer-wasi wasmer-wasi-tests wasmer-kernel-loader wasmer-dev-utils wasmer-llvm-backend wasmer-emscripten wasmer-emscripten-tests wasmer-runtime-core wasmer-runtime wasmer-middleware-common wasmer-middleware-common-tests wasmer-singlepass-backend wasmer-clif-backend wasmer --manifest-path Cargo.toml | dot -Tpng > wasmer_depgraph.png docs: - cargo doc --features=backend-singlepass,backend-cranelift,backend-llvm,docs,wasi,managed --all --document-private-items --no-deps + cargo doc --features=backend-singlepass,backend-cranelift,backend-llvm,docs,wasi,managed --workspace --document-private-items --no-deps cd lib/runtime-c-api/ && doxygen doxyfile && cd .. mkdir -p api-docs mkdir -p api-docs/c diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b70cda976a9..9e42676cf96 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -235,7 +235,7 @@ jobs: pool: vmImage: "ubuntu-18.04" variables: - rust_toolchain: nightly-2019-08-15 + rust_toolchain: nightly-2019-12-19 condition: in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/staging', 'refs/heads/trying') steps: - checkout: self