Release v0.22.0 (#695)

This commit is contained in:
Sébastien Crozet
2024-07-20 17:14:43 +02:00
committed by GitHub
parent 55a7d8b7ad
commit cf74150763
13 changed files with 23 additions and 20 deletions

View File

@@ -1,4 +1,5 @@
#![allow(clippy::bad_bit_mask)] // otherwise clippy complains because of TestbedStateFlags::NONE which is 0.
#![allow(clippy::unnecessary_cast)] // allowed for f32 -> f64 cast for the f64 testbed.
use std::env;
use std::mem;