From 57072597d61e7183e54e0a90f6337ab1d4a4c13c Mon Sep 17 00:00:00 2001 From: sharkdp Date: Thu, 26 Apr 2018 00:06:23 +0200 Subject: [PATCH] Bump to rust 1.22.1 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bcbb94c8..e48a91a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,10 +12,10 @@ matrix: # Minimum Rust supported channel. - os: linux - rust: 1.22.0 + rust: 1.22.1 env: TARGET=x86_64-unknown-linux-gnu - os: osx - rust: 1.22.0 + rust: 1.22.1 env: TARGET=x86_64-apple-darwin addons: