From df9bf606b25cb8459fb8bb9c5dbe32ffeee9f9e1 Mon Sep 17 00:00:00 2001 From: Mathijs van de Nes Date: Thu, 6 Dec 2018 19:51:51 +0100 Subject: [PATCH] No longer pursue 1.20.0 compatibiliy Dependencies break this outside of our control, this goal is not attainable in the long run. --- .travis.yml | 1 - README.md | 2 -- 2 files changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 85769bd1..218d7f9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: rust rust: - stable - - 1.20.0 sudo: false diff --git a/README.md b/README.md index 64cc9981..154167fc 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,6 @@ Currently unsupported zip extensions: * Encryption * Multi-disk -We aim to support rust versions 1.20+. - Usage -----