This repository was archived by the owner on Mar 24, 2022. It is now read-only.
0.6.0 crates.io release
-
Added
free_slots()
,used_slots()
, andcapacity()
methods to theRegion
trait. -
Added a check to ensure the
Limits
signal stack size is at leastMINSIGSTKSZ
, and increased the default signal stack size on macOS debug builds to fit this constraint. -
Added an option to canonicalize NaNs to the
lucetc
API. Thanks, @DavidM-D! -
Restored some of the verbosity of pretty-printed errors in
lucetc
andlucet-validate
, with more on the way. -
Fixed OS detection for LDFLAGS on macOS. Thanks, @roman-kashitsyn!