🐞 Bug Fixes
Section titled “🐞 Bug Fixes”Enable to_gogle_cloud_logging for the Nix builds
Section titled “Enable to_gogle_cloud_logging for the Nix builds”Apr 28, 2025 · @dominiklohmann · #5154
The to_google_cloud_logging operator was not available in static binary builds
due to an oversight. This is now fixed.
Fix map(move foo, name, expr)
Section titled “Fix map(move foo, name, expr)”Apr 28, 2025 · @dominiklohmann · #5151
The move keyword now works as expected for the first positional argument of
the map and where functions.