Skip to content

Commit

Permalink
Increase minimum supported Rust version.
Browse files Browse the repository at this point in the history
We need to raise it up to 1.13 because our test infrastructure requires it
  • Loading branch information
Susurrus committed Apr 15, 2017
1 parent 6cfbb09 commit a076c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub fn gethostname(name: &mut [u8]) -> Result<()>;
```

## Requirements
Rust >= 1.9.0
Rust >= 1.13.0

## Usage

Expand Down

0 comments on commit a076c7f

Please sign in to comment.