Pin version of paste to fix build errors

This commit is contained in:
bjoernQ 2022-08-31 11:28:42 +02:00
parent 797d9b5e02
commit b9f38aae7c

View File

@ -18,7 +18,7 @@ embedded-hal = { version = "0.2.7", features = ["unproven"] }
embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.8", optional = true }
fugit = "0.3.6"
nb = "1.0.0"
paste = "1.0.8"
paste = "=1.0.8"
procmacros = { path = "../esp-hal-procmacros", package = "esp-hal-procmacros" }
void = { version = "1.0.2", default-features = false }