Skip to content

Commit

Permalink
Resolve issue with proc_macro_span_shrink
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed Jul 2, 2024
1 parent 68666b4 commit 0250720
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,13 @@ systick-monotonic = "1.0"
usb-device = "0.3.2"
usbd-serial = "0.2.2"

# Unblock minimal dependency version check
# [dependencies.proc-macro2]
# version = ">=1.0.86"
# default-features = false
#
# [dependencies.syn]
# version = "2.0.68"
# default-features = false

[build-dependencies]
slice-group-by = "0.3.1"

# Unblock minimal dependency version check
[dependencies.proc-macro2]
version = ">1.0.60"

[features]
can = ["dep:bxcan"]
default = ["rt", "ld", "usb", "can", "rtc", "enumset"]
Expand Down

0 comments on commit 0250720

Please sign in to comment.