GaloisInc / saw-script

The SAW scripting language.
BSD 3-Clause "New" or "Revised" License
442 stars 63 forks source link

Bump `lmdb` submodule to bring in GaloisInc/lmdb#5 #2095

Closed RyanGlScott closed 3 months ago

RyanGlScott commented 3 months ago

This updated version of the lmdb Haskell bindings vendors in version 0.9.30 of the lmdb C library. Among other changes, this version brings in an important bugfix from https://git.openldap.org/openldap/openldap/-/merge_requests/563, which avoids a nasty linker error on ARM64 macOS.

Fixes #2084.