Skip to content

Commit

Permalink
Merge pull request #176 from bjoernQ/bugfix/pin-paste-to-fix-sudden-b…
Browse files Browse the repository at this point in the history
…uild-errors

Pin version of paste to fix build errors
  • Loading branch information
JurajSadel authored Aug 31, 2022
2 parents 797d9b5 + b9f38aa commit e9f22ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-hal-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down

0 comments on commit e9f22ac

Please sign in to comment.