Skip to content

Commit 0250720

Browse files
committed
Resolve issue with proc_macro_span_shrink
1 parent 68666b4 commit 0250720

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

Cargo.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,13 @@ systick-monotonic = "1.0"
5959
usb-device = "0.3.2"
6060
usbd-serial = "0.2.2"
6161

62-
# Unblock minimal dependency version check
63-
# [dependencies.proc-macro2]
64-
# version = ">=1.0.86"
65-
# default-features = false
66-
#
67-
# [dependencies.syn]
68-
# version = "2.0.68"
69-
# default-features = false
70-
7162
[build-dependencies]
7263
slice-group-by = "0.3.1"
7364

65+
# Unblock minimal dependency version check
66+
[dependencies.proc-macro2]
67+
version = ">1.0.60"
68+
7469
[features]
7570
can = ["dep:bxcan"]
7671
default = ["rt", "ld", "usb", "can", "rtc", "enumset"]

0 commit comments

Comments
 (0)