|
1 | 1 | [package] |
2 | 2 | name = "esp-hal" |
3 | | -version = "1.0.0-rc.1" |
| 3 | +version = "1.0.0" |
4 | 4 | edition = "2024" |
5 | 5 | rust-version = "1.88.0" |
6 | 6 | description = "Bare-metal HAL for Espressif devices" |
@@ -68,9 +68,9 @@ instability = "0.3.9" |
68 | 68 | strum = { version = "0.27.1", default-features = false, features = ["derive"] } |
69 | 69 |
|
70 | 70 | esp-config = { version = "0.6.0", path = "../esp-config" } |
71 | | -esp-metadata-generated = { version = "0.2.0", path = "../esp-metadata-generated" } |
| 71 | +esp-metadata-generated = { version = "0.3.0", path = "../esp-metadata-generated" } |
72 | 72 | esp-sync = { version = "0.1.0", path = "../esp-sync" } |
73 | | -procmacros = { version = "0.20.0", package = "esp-hal-procmacros", path = "../esp-hal-procmacros" } |
| 73 | +procmacros = { version = "0.21.0", package = "esp-hal-procmacros", path = "../esp-hal-procmacros" } |
74 | 74 |
|
75 | 75 | # Dependencies that are optional because they are used by unstable drivers. |
76 | 76 | # They are needed when using the `unstable` feature. |
@@ -121,7 +121,7 @@ xtensa-lx = { version = "0.13.0", path = "../xtensa-lx" } |
121 | 121 | xtensa-lx-rt = { version = "0.21.0", path = "../xtensa-lx-rt", optional = true } |
122 | 122 |
|
123 | 123 | [build-dependencies] |
124 | | -esp-metadata-generated = { version = "0.2.0", path = "../esp-metadata-generated", features = ["build-script"] } |
| 124 | +esp-metadata-generated = { version = "0.3.0", path = "../esp-metadata-generated", features = ["build-script"] } |
125 | 125 | esp-config = { version = "0.6.0", path = "../esp-config", features = ["build"] } |
126 | 126 |
|
127 | 127 | [dev-dependencies] |
|
0 commit comments