Skip to content

Commit

Permalink
Bump typenum from 1.14.0 to 1.15.0 to fix SIGILL during build (#26471)
Browse files Browse the repository at this point in the history
Bump typenum from 1.14.0 to 1.15.0

Version 1.15.0 fixes an issue where code that runs at build-time would
be compiled with the target_cpu setting, and the target CPU might
support instructions that the host system does not have, causing a
SIGILL during the build.

See also [1] and [2].

[1]: paholg/typenum#162
[2]: paholg/typenum#177
  • Loading branch information
ruuda committed Jul 7, 2022
1 parent 8416090 commit 938be88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 938be88

Please sign in to comment.