We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
proc-macro2
1.0.103
1 parent f857d40 commit 477cf8aCopy full SHA for 477cf8a
.github/workflows/cont_integration.yml
@@ -75,6 +75,7 @@ jobs:
75
cargo update -p itoa --precise "1.0.15"
76
cargo update -p serde_json --precise "1.0.145"
77
cargo update -p ryu --precise "1.0.20"
78
+ cargo update -p proc-macro2 --precise "1.0.103"
79
80
cargo update -p bzip2-sys --precise "0.1.12+1.0.8" # dev-dependency
81
- name: Build
README.md
@@ -44,4 +44,5 @@ cargo update -p log --precise "0.4.28"
44
45
46
47
+cargo update -p proc-macro2 --precise "1.0.103"
48
```
0 commit comments