1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

bump the Minimum Supported Rust Version to 1.59.0

Needed for os_str_bytes & time:

```
error: package `os_str_bytes v6.3.0` cannot be built because it requires rustc 1.57.0 or newer, while the currently active rustc version is 1.56.1
error: package `time v0.3.14` cannot be built because it requires rustc 1.59.0 or newer, while the currently active rustc version is 1.56.1
```
This commit is contained in:
Sylvestre Ledru 2022-09-07 20:27:00 +02:00
parent a8d1d73465
commit e8ea75fc23
3 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
msrv = "1.56.1"
msrv = "1.59.0"