Skip to content

Commit 78cf5ee

Browse files
authored
fix(ci,rust): proc-macro2をv1.0.95に上げる (#1078)
CIのrustdoc生成が落ちているため。 ## 関連 Issue Refs: dtolnay/proc-macro2#497
1 parent 2adba0f commit 78cf5ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ parse-display = "0.8.2"
6767
pollster = "0.3.0"
6868
predicates = "3.1.2"
6969
pretty_assertions = "1.4.1"
70-
proc-macro2 = "1.0.86"
70+
proc-macro2 = "1.0.95"
7171
pyo3 = "0.23.4"
7272
pyo3-log = "0.12.1"
7373
quote = "1.0.37"

0 commit comments

Comments
 (0)