File tree 3 files changed +21
-0
lines changed
3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -30,3 +30,10 @@ proc-macro = true
30
30
[dependencies ]
31
31
quote = " 0.6"
32
32
syn = { version = " 0.15" , features = [" full" ] }
33
+
34
+ # The newer versions of these crates require rustc 1.81, while our custom
35
+ # patched STD version is 1.80, causing compatibility issues. To resolve this,
36
+ # we have to set the crates to an exact compatible version.
37
+ # Remove them after we upgrade our patched STD rustc.
38
+ litemap = " =0.7.4"
39
+ zerofrom = " =0.1.5"
Original file line number Diff line number Diff line change @@ -30,3 +30,10 @@ quote = "1.0.37"
30
30
proc-macro2 = " 1.0.92"
31
31
syn = " 2.0.90"
32
32
prettyplease = " 0.2.25"
33
+
34
+ # The newer versions of these crates require rustc 1.81, while our custom
35
+ # patched STD version is 1.80, causing compatibility issues. To resolve this,
36
+ # we have to set the crates to an exact compatible version.
37
+ # Remove them after we upgrade our patched STD rustc.
38
+ litemap = " =0.7.4"
39
+ zerofrom = " =0.1.5"
Original file line number Diff line number Diff line change @@ -30,3 +30,10 @@ proc-macro = true
30
30
[dependencies ]
31
31
quote = " 0.6"
32
32
syn = { version = " 0.15" , features = [" full" ] }
33
+
34
+ # The newer versions of these crates require rustc 1.81, while our custom
35
+ # patched STD version is 1.80, causing compatibility issues. To resolve this,
36
+ # we have to set the crates to an exact compatible version.
37
+ # Remove them after we upgrade our patched STD rustc.
38
+ litemap = " =0.7.4"
39
+ zerofrom = " =0.1.5"
You can’t perform that action at this time.
0 commit comments