Skip to content

vmm-sys-util-v0.11.1

Compare
Choose a tag to compare
@lauralt lauralt released this 09 Feb 09:53
· 46 commits to main since this release

v0.11.1

Changed

  • [#178]: Fixed a bug in
    rand_bytes that was triggering a panic when the number of bytes was not a
    multiple of 4.
  • [#181]: Changed
    TempFile::new_with_prefix() on linux to use mkstemp to prevent name
    collisions.