summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHomu <homu@barosl.com>2017-02-27 15:19:34 +0900
committerHomu <homu@barosl.com>2017-02-27 15:19:34 +0900
commit7e27e4c824ca8d0ec35b73fe6af307b1a65d3cad (patch)
tree5ed2f83eeac4438dd5041cda0287bdbe4c22fb93
parentd4d790ed8de851e42696ead049339dae4dfb77f2 (diff)
parent98dcc8487a13ad98252cf466ad32e2997a241bd0 (diff)
downloadnix-7e27e4c824ca8d0ec35b73fe6af307b1a65d3cad.zip
Auto merge of #525 - Susurrus:min_rust, r=fiveop
Update minimum rust version to 1.9.0 This is largely because of features used in `tempfile` from 1.8 and 1.9. This was tested locally, so we'll see what CI says. This does bring up the issue of the CI testing in the `ci` folder. That specifies the rust version as 1.7.0, but then when I looked at the docker images they seemed to only support 1.10, so maybe someone can comment on whether anything should be done about those things.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c35ca280..c5ed2275 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ pub fn gethostname(name: &mut [u8]) -> Result<()>;
```
## Requirements
-Rust >= 1.7.0
+Rust >= 1.9.0
## Usage