Skip to content

Commit

Permalink
Add a minimum version number for proc-macro-error
Browse files Browse the repository at this point in the history
  • Loading branch information
johngigantic committed Oct 19, 2023
1 parent c6016d7 commit 311a8a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ categories = ["no-std", "embedded", "hardware-support", "science::robotics"]

[dependencies]
bilge = "0.2.0"

# TODO: remove proc-macro-error from dependencies.
# proc-macro-error is not a direct dependency of this crate, but a dependency of bilge.
# It has a bug in v1.0.0, but bilge permissively allows v1.0.0 as the minimum dependency.
# The statement here is to restrict proc-macro-error to v1.0.4 at minimum.
proc-macro-error = "1.0.4"

0 comments on commit 311a8a7

Please sign in to comment.