Skip to content

Commit 56a56dd

Browse files
committed
Specify Rust minimum version requirements
1 parent 2bb718c commit 56a56dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ pub unsafe extern fn gethostname(name: *mut c_char, len: size_t) -> c_int;
3030
pub fn gethostname(name: &mut [u8]) -> Result<()>;
3131
```
3232

33+
## Requirements
34+
Rust >= 1.7.0
35+
3336
## Usage
3437

3538
To use `nix`, first add this to your `Cargo.toml`:

0 commit comments

Comments
 (0)