Skip to content

Commit 64917e2

Browse files
Update content/Updating-musl-1.2.5.md
Co-authored-by: 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>
1 parent 7f3aa43 commit 64917e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/Updating-musl-1.2.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ At this point we expect there will be minimal breakage, and most breakage should
2323

2424
Manual inspection of some of the affected projects indicates they largely haven't run `cargo update` in 2 years, often because they haven't had any changes in 2 years. Fixing these crates is as easy as `cargo update`.
2525

26-
Build failures from this change will typically look like "some \`extern\` functions couldn't be found; some native libraries may need to be installed or have their path specified", often specifically for "undefined reference to \`open64'", often while trying to build very old versions of the `getrandom` crate (hence the decimation of abandoned gamedev projects in particular):
26+
Build failures from this change will typically look like "some \`extern\` functions couldn't be found; some native libraries may need to be installed or have their path specified", often specifically for "undefined reference to \`open64'", often while trying to build very old versions of the `getrandom` crate (hence the outsized impact on gamedev projects that haven't updated their dependencies in several years in particular):
2727

2828
<details><summary>Example Build Failure</summary>
2929

0 commit comments

Comments
 (0)