Skip to content

Commit

Permalink
fix MSRV in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
almindor committed May 24, 2023
1 parent f79f330 commit a6d29b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "mipidsi"
description = "MIPI Display Serial Interface generic driver"
version = "0.7.0"
version = "0.7.1"
authors = ["Ales Katona <almindor@gmail.com>"]
edition = "2018"
license = "MIT"
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"
Expand Down

0 comments on commit a6d29b0

Please sign in to comment.