Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

vmm-sys-util-v0.11.1

Choose a tag to compare

@lauralt lauralt released this 09 Feb 09:53
· 93 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.