io: Make crate MSRV 1.56.1
Same as for `rust-bitcoin`, make the MSRV of the `io` crate Rust 1.56.1
This commit is contained in:
parent
063dac03bd
commit
b58c235733
|
@ -9,7 +9,8 @@ description = "Simple I/O traits for no-std (and std) environments"
|
||||||
categories = ["no-std"]
|
categories = ["no-std"]
|
||||||
keywords = [ "io", "no-std" ]
|
keywords = [ "io", "no-std" ]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
|
rust-version = "1.56.1"
|
||||||
exclude = ["tests", "contrib"]
|
exclude = ["tests", "contrib"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
Loading…
Reference in New Issue