From 892c9e1b07d02cfff8c9df9c90b084dff49512d7 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Mon, 2 Apr 2018 21:45:11 +0900 Subject: [PATCH 1/2] appveyor: Use Rust 1.25.0 --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ecd74a8..16c33c7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,12 +5,12 @@ environment: matrix: - TARGET: x86_64-pc-windows-msvc BITS: 64 - RUSTVER: 1.23.0 + RUSTVER: 1.25.0 ruby_version: "23-x64" devkit: C:\Ruby23-x64\DevKit - TARGET: x86_64-pc-windows-msvc BITS: 64 - RUSTVER: 1.23.0 + RUSTVER: 1.25.0 ruby_version: "23" devkit: C:\Ruby23\DevKit From 61c1e0793416691169f213c4e84baaaccf02831b Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Mon, 2 Apr 2018 21:45:52 +0900 Subject: [PATCH 2/2] travis: Use Rust 1.25.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 16c0690..ec77cfb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ matrix: # # will have to be commented out the following line # - SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt - rust: beta - - rust: 1.23.0 + - rust: 1.25.0 install: - rvm use 2.3