Skip to content

Commit

Permalink
Update to latest embedded-svc
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Apr 30, 2022
1 parent 0455108 commit 34218fa
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,6 +1,6 @@
[package]
name = "esp-idf-hal"
version = "0.36.0"
version = "0.37.0"
authors = ["sapir <yasapir@gmail.com>", "Ivan Markov <ivan.markov@gmail.com>"]
edition = "2018"
resolver = "2"
Expand Down Expand Up @@ -28,7 +28,7 @@ nb = "0.1.2"
mutex-trait = { version = "0.2", optional = true, default-features = false }
embedded-hal = "=1.0.0-alpha.8"
embedded-hal-0-2 = { package = "embedded-hal", version = "0.2.7", features = ["unproven"] }
embedded-svc = { version = "0.20", optional = true, default-features = false }
embedded-svc = { version = "0.21", optional = true, default-features = false }
esp-idf-sys = { version = "0.31", optional = true, default-features = false, features = ["native"] }
critical-section = { version = "0.2.5", optional = true, features = ["custom-impl"] }
embassy = { version = "0", optional = true }
Expand Down

0 comments on commit 34218fa

Please sign in to comment.