Skip to content

Commit

Permalink
Set min Rust version to 1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesdejager committed Sep 27, 2019
1 parent 7267193 commit b59ef03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RUST_VERSION=1.33
RUST_VERSION=1.37
DOCKER_TAG=$(shell git describe --tags)
DOCKER_TEMPLATES:=$(wildcard *.Dockerfile.template)
DOCKER_FILES=$(DOCKER_TEMPLATES:%.template=%)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ By storing everything in Google Buckets and authenticating against an external s

## Prerequisites

You'll need [Rust](https://rust-lang.org) 1.31 (including `cargo`) or higher to build unFTP.
You'll need [Rust](https://rust-lang.org) 1.37 (including `cargo`) or higher to build unFTP.
There are no runtime dependencies besides the OS and libc.

Run `make help` to see an overview of the supplied *make* targets.
Expand Down

0 comments on commit b59ef03

Please sign in to comment.