summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryant Mairs <bryant@mai.rs>2017-02-26 12:57:13 -0800
committerBryant Mairs <bryant@mai.rs>2017-02-26 12:57:13 -0800
commit98dcc8487a13ad98252cf466ad32e2997a241bd0 (patch)
tree5ed2f83eeac4438dd5041cda0287bdbe4c22fb93
parentd4d790ed8de851e42696ead049339dae4dfb77f2 (diff)
downloadnix-98dcc8487a13ad98252cf466ad32e2997a241bd0.zip
Update minimum supported Rust version to 1.9.0
-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