summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBryant Mairs <bryant@mai.rs>2017-02-24 11:09:38 -0800
committerBryant Mairs <bryant@mai.rs>2017-02-24 11:09:38 -0800
commit56a56dda61907952ccda3f5886c73c4a27db45a4 (patch)
tree331dacfdca0d261ab58a6d3d793742e33e9d0122 /README.md
parent2bb718c5afc0f1608cef2e8706dd6cb237bfce20 (diff)
downloadnix-56a56dda61907952ccda3f5886c73c4a27db45a4.zip
Specify Rust minimum version requirements
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2a3dd24c..c35ca280 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,9 @@ pub unsafe extern fn gethostname(name: *mut c_char, len: size_t) -> c_int;
pub fn gethostname(name: &mut [u8]) -> Result<()>;
```
+## Requirements
+Rust >= 1.7.0
+
## Usage
To use `nix`, first add this to your `Cargo.toml`: