chore: remove unused esp-build dependency listings (#3625)

This commit is contained in:
Gabriel Hansson 2025-06-12 15:42:26 +02:00 committed by GitHub
parent db3eb3da95
commit 1b5a85e7d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 0 additions and 4 deletions

View File

@ -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" }

View File

@ -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]

View File

@ -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" }

View File

@ -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]