Skip to content

Commit

Permalink
Update embedded-hal and display-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Jul 7, 2023
1 parent 957f498 commit 62f8183
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ circle-ci = { repository = "jamwaffles/ssd1306", branch = "master" }
targets = [ "thumbv7m-none-eabi", "thumbv7em-none-eabihf" ]

[dependencies]
embedded-hal = "1.0.0-alpha.10"
embedded-hal-async = { version = "0.2.0-alpha.0", optional = true }
display-interface = { git = "https://github.com/bugadani/display-interface.git", branch = "async" }
display-interface-i2c = { git = "https://github.com/bugadani/display-interface.git", branch = "async" }
display-interface-spi = { git = "https://github.com/bugadani/display-interface.git", branch = "async" }
embedded-hal = "1.0.0-alpha.11"
embedded-hal-async = { version = "0.2.0-alpha.2", optional = true }
display-interface = { git = "https://github.com/bugadani/display-interface.git", branch = "ehal1" }
display-interface-i2c = { git = "https://github.com/bugadani/display-interface.git", branch = "ehal1" }
display-interface-spi = { git = "https://github.com/bugadani/display-interface.git", branch = "ehal1" }
embedded-graphics-core = { version = "0.4.0", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 62f8183

Please sign in to comment.