mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-26 20:00:32 +00:00
chore: remove unused esp-build
dependency listings (#3625)
This commit is contained in:
parent
db3eb3da95
commit
1b5a85e7d6
@ -42,7 +42,6 @@ defmt = { version = "1.0.1", optional = true }
|
||||
log-04 = { package = "log", version = "0.4.27", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
esp-build = { version = "0.3.0", path = "../esp-build" }
|
||||
esp-config = { version = "0.4.0", path = "../esp-config", features = ["build"] }
|
||||
esp-metadata = { version = "0.7.0", path = "../esp-metadata" }
|
||||
|
||||
|
@ -28,7 +28,6 @@ critical-section = { version = "1.2.0", optional = true }
|
||||
document-features = "0.2.11"
|
||||
|
||||
[build-dependencies]
|
||||
esp-build = { version = "0.3.0", path = "../esp-build" }
|
||||
esp-metadata = { version = "0.7.0", path = "../esp-metadata" }
|
||||
|
||||
[features]
|
||||
|
@ -51,7 +51,6 @@ defmt = { version = "1.0.1", optional = true }
|
||||
log-04 = { package = "log", version = "0.4.27", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
esp-build = { version = "0.3.0", path = "../esp-build" }
|
||||
esp-config = { version = "0.4.0", path = "../esp-config", features = ["build"] }
|
||||
esp-metadata = { version = "0.7.0", path = "../esp-metadata" }
|
||||
|
||||
|
@ -263,7 +263,6 @@ sha1 = { version = "0.10.6", default-features = false }
|
||||
sha2 = { version = "0.10.8", default-features = false }
|
||||
|
||||
[build-dependencies]
|
||||
esp-build = { path = "../esp-build" }
|
||||
esp-metadata = { path = "../esp-metadata" }
|
||||
|
||||
[features]
|
||||
|
Loading…
x
Reference in New Issue
Block a user