Skip to content

Commit ff1ab5d

Browse files
committed
fix proc-macro2 minimal version error
1 parent 918e5a1 commit ff1ab5d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

optd-core/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ edition = "2021"
55

66
[dependencies]
77
trait-variant = "0.1.2"
8+
9+
# Pin more recent versions for `-Zminimal-versions`.
10+
proc-macro2 = "1.0.60" # For a missing feature (https://github.com/rust-lang/rust/issues/113152).

0 commit comments

Comments
 (0)