summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBryant Mairs <bryant@mai.rs>2017-04-12 20:12:11 -0700
committerBryant Mairs <bryant@mai.rs>2017-04-15 10:32:58 -0700
commita076c7f5a43b3c899e537e6e82c8bcae7d31e8ee (patch)
treec6f6aac3151926f1fc4bbc0f833efd7ccab26c85 /README.md
parent6cfbb09d6feb1f3e8466aef1eb8e59750889486d (diff)
downloadnix-a076c7f5a43b3c899e537e6e82c8bcae7d31e8ee.zip
Increase minimum supported Rust version.
We need to raise it up to 1.13 because our test infrastructure requires it
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 577a0fb2..ab6f80fd 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ pub fn gethostname(name: &mut [u8]) -> Result<()>;
```
## Requirements
-Rust >= 1.9.0
+Rust >= 1.13.0
## Usage