mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-27 04:10:30 +00:00
Switch to embuild
This commit is contained in:
parent
d818ca18a6
commit
6f760e8cc0
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "esp-idf-hal"
|
||||
version = "0.18.0"
|
||||
version = "0.19.0"
|
||||
authors = ["sapir <yasapir@gmail.com>", "Ivan Markov <ivan.markov@gmail.com>"]
|
||||
edition = "2018"
|
||||
categories = ["embedded", "hardware-support"]
|
||||
@ -26,8 +26,8 @@ cfg-if = "1"
|
||||
nb = "0.1.2"
|
||||
mutex-trait = "0.2"
|
||||
embedded-hal = { version = "0.2", features = ["unproven"] }
|
||||
esp-idf-sys = { version = "0.18", optional = true, default-features = false }
|
||||
esp-idf-sys = { version = "0.19", optional = true, default-features = false }
|
||||
|
||||
[build-dependencies]
|
||||
cargo-pio = "0.21"
|
||||
embuild = "0.23"
|
||||
anyhow = "1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user