Replies: 1 comment
-
Because of https://blog.rust-lang.org/2024/04/09/cve-2024-24576.html If you aren't on windows, and it compiles with 1.70, then sure, compile it with 1.70. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The code difference between fd9.0.0 version and fd10.1.0 version does not seem to be very big (I have not yet studied whether the adjusted code uses the functions provided by higher version dependencies), but some package dependencies and
The rust version has been upgraded (1.70.0->1.77.2). What is the reason for this?
Without extensive adjustments, my rust1.70.0 can also compile fd10.1.0 without requiring me to re-download rust1.77.2, which is more convenient for me.
Beta Was this translation helpful? Give feedback.
All reactions