Skip to content

Commit

Permalink
Upgrade embuild and strum
Browse files Browse the repository at this point in the history
  • Loading branch information
N3xed committed Apr 25, 2022
1 parent 06c277f commit a7908b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ pio = ["embuild/pio"]
paste = "1"

[build-dependencies]
embuild = { version = "0.28.4", features = ["glob"] }
embuild = { version = "0.29.0", features = ["glob"] }
anyhow = "1"
strum = { version = "0.23", features = ["derive"], optional = true }
strum = { version = "0.24", features = ["derive"], optional = true }
regex = "1.5"
bindgen = "0.59"

0 comments on commit a7908b4

Please sign in to comment.