Migrating from 0.18 to 0.19

Blueprint files (.rbl) from previous Rerun versions will no longer load automatically.

🐧 Linux -linux

Rerun now require glibc 2.17 or higher.

This is because we updated the Rust version. See https://blog.rust-lang.org/2022/08/01/Increasing-glibc-kernel-requirements.html for more details.

🦀 Rust -rust

  • Update MSRV to Rust 1.79 #7563
  • Update ndarray to 0.16 and ndarray-rand to 0.15 #7358 (thanks @benliepert!)