nix v0.23.1 Release Notes

Release Date: 2021-12-16 // over 2 years ago
  • ➕ Added

    🔄 Changed

    • ⏪ Relaxed the bitflags requirement from 1.3.1 to 1.1. This partially reverts #1492. From now on, the MSRV is not guaranteed to work with all versions of all dependencies, just with some version of all dependencies. (#1607)

    🛠 Fixed

    • 🛠 Fixed soundness issues in FdSet::insert, FdSet::remove, and FdSet::contains involving file descriptors outside of the range 0..FD_SETSIZE. (#1575)