Browse Source

Bump MSRV to 1.45.0 for strip_prefix function

Benjamin Sago 4 years ago
parent
commit
ac863a774c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .travis.yml
  2. 1 1
      README.md

+ 1 - 1
.travis.yml

@@ -1,6 +1,6 @@
 language: rust
 rust:
-  - 1.42.0
+  - 1.45.0
   - stable
   - beta
   - nightly

+ 1 - 1
README.md

@@ -73,7 +73,7 @@ Installing dog requires building it from source.
 ### Compilation
 
 dog is written in [Rust](https://www.rust-lang.org).
-You will need rustc version 1.42.0 or higher.
+You will need rustc version [1.45.0](https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html) or higher.
 The recommended way to install Rust for development is from the [official download page](https://www.rust-lang.org/tools/install), using rustup.
 
 To build, download the source code and run: