diff --git a/.appveyor.yml b/.appveyor.yml index e25d3e74..00e46bef 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -19,21 +19,21 @@ environment: ### MSVC Toolchains ### # Nightly 64-bit MSVC - - channel: nightly + - channel: stable target: x86_64-pc-windows-msvc MSYS_BITS: 64 # Nightly 32-bit MSVC - - channel: nightly + - channel: stable target: i686-pc-windows-msvc MSYS_BITS: 32 ### GNU Toolchains ### # Nightly 64-bit GNU - - channel: nightly + - channel: stable target: x86_64-pc-windows-gnu MSYS_BITS: 64 # Nightly 32-bit GNU - - channel: nightly + - channel: stable target: i686-pc-windows-gnu MSYS_BITS: 32 diff --git a/.travis.yml b/.travis.yml index 7d9a5e46..3073f740 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: rust rust: - - nightly + - stable os: - linux diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f506d106..c7511cea 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,7 @@ strategy: matrix: linux: image_name: 'ubuntu-16.04' - rustup_toolchain: nightly + rustup_toolchain: stable mac: image_name: 'macos-10.13' rustup_toolchain: nightly diff --git a/rust-toolchain b/rust-toolchain deleted file mode 100644 index bf867e0a..00000000 --- a/rust-toolchain +++ /dev/null @@ -1 +0,0 @@ -nightly