diff --git a/Cargo.toml b/Cargo.toml index 9a6842d..c518cfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mipidsi" description = "MIPI Display Serial Interface generic driver" -version = "0.7.0" +version = "0.7.1" authors = ["Ales Katona "] edition = "2018" license = "MIT" @@ -9,7 +9,7 @@ repository = "https://github.com/almindor/mipidsi" keywords = ["embedded-hal-driver", "mipi", "dsi", "display"] readme = "README.md" documentation = "https://docs.rs/mipidsi" -rust-version = "1.59" +rust-version = "1.61" [dependencies] display-interface = "0.4.1"