Skip to content

Commit 7e27e4c

Browse files
committed
Auto merge of #525 - Susurrus:min_rust, r=fiveop
Update minimum rust version to 1.9.0 This is largely because of features used in `tempfile` from 1.8 and 1.9. This was tested locally, so we'll see what CI says. This does bring up the issue of the CI testing in the `ci` folder. That specifies the rust version as 1.7.0, but then when I looked at the docker images they seemed to only support 1.10, so maybe someone can comment on whether anything should be done about those things.
2 parents d4d790e + 98dcc84 commit 7e27e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub fn gethostname(name: &mut [u8]) -> Result<()>;
3131
```
3232

3333
## Requirements
34-
Rust >= 1.7.0
34+
Rust >= 1.9.0
3535

3636
## Usage
3737

0 commit comments

Comments
 (0)