Browse Source

Update dependencies, min Rust version to 1.29.2

Johannes Hofmann 7 years ago
parent
commit
f1659b3216
4 changed files with 348 additions and 274 deletions
  1. 1
    1
      .appveyor.yml
  2. 1
    1
      .travis.yml
  3. 345
    271
      Cargo.lock
  4. 1
    1
      README.md

+ 1
- 1
.appveyor.yml View File

7
   - TARGET: x86_64-pc-windows-msvc
7
   - TARGET: x86_64-pc-windows-msvc
8
     CHANNEL: stable
8
     CHANNEL: stable
9
   - TARGET: x86_64-pc-windows-msvc
9
   - TARGET: x86_64-pc-windows-msvc
10
-    CHANNEL: 1.26.2
10
+    CHANNEL: 1.29.2
11
   - TARGET: x86_64-pc-windows-gnu
11
   - TARGET: x86_64-pc-windows-gnu
12
     CHANNEL: stable
12
     CHANNEL: stable
13
   - TARGET: x86_64-pc-windows-gnu
13
   - TARGET: x86_64-pc-windows-gnu

+ 1
- 1
.travis.yml View File

3
   - stable
3
   - stable
4
   - beta
4
   - beta
5
   - nightly
5
   - nightly
6
-  - 1.26.2
6
+  - 1.29.2
7
 cache: cargo
7
 cache: cargo
8
 dist: trusty
8
 dist: trusty
9
 sudo: false
9
 sudo: false

+ 345
- 271
Cargo.lock
File diff suppressed because it is too large
View File


+ 1
- 1
README.md View File

6
 --------
6
 --------
7
 DeltaMap is written in Rust, so you will need to [install
7
 DeltaMap is written in Rust, so you will need to [install
8
 Rust](https://www.rust-lang.org/install.html) to compile the program. The
8
 Rust](https://www.rust-lang.org/install.html) to compile the program. The
9
-minimum supported version of Rust for DeltaMap is **1.26.2**.
9
+minimum supported version of Rust for DeltaMap is **1.29.2**.
10
 
10
 
11
 On Linux you will also need OpenSSL with headers.
11
 On Linux you will also need OpenSSL with headers.
12
 (see <https://docs.rs/crate/openssl/0.10.12> for details)
12
 (see <https://docs.rs/crate/openssl/0.10.12> for details)