Bump MSRV to 1.56.0

Closes str4d/rage#285.
This commit is contained in:
Jack Grigg 2022-03-16 01:51:09 +00:00
parent 63415583e1
commit e297965621
8 changed files with 14 additions and 7 deletions

View file

@ -11,6 +11,7 @@ to 1.0.0 are beta releases.
- `age_core::io::{DebugReader, DebugWriter}`
### Changed
- MSRV is now 1.56.0.
- `Connection::open` now returns the debugging-friendly concrete type
`Connection<DebugReader<ChildStdout>, DebugWriter<ChildStdin>>`.