Skip to content

Commit

Permalink
Update to latest embuild and esp-idf-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
BaybyPig0329 committed Jan 13, 2022
1 parent b8b2724 commit 84a2a3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp-idf-hal"
version = "0.32.2"
version = "0.32.3"
authors = ["sapir <yasapir@gmail.com>", "Ivan Markov <ivan.markov@gmail.com>"]
edition = "2018"
resolver = "2"
Expand Down Expand Up @@ -28,8 +28,8 @@ mutex-trait = { version = "0.2", optional = true, default-features = false }
embedded-hal = "=1.0.0-alpha.6"
embedded-hal-0-2 = { package = "embedded-hal", version = "0.2", features = ["unproven"] }
embedded-svc = { version = "0.16", optional = true, default-features = false }
esp-idf-sys = { version = "0.29", optional = true, default-features = false, features = ["pio"] }
esp-idf-sys = { version = "0.30", optional = true, default-features = false, features = ["pio"] }

[build-dependencies]
embuild = "0.27"
embuild = "0.28"
anyhow = "1"

0 comments on commit 84a2a3e

Please sign in to comment.