#237 introduces the use of `OnceLock` https://github.com/la10736/rstest/blob/9df2cc1903abc5c29c932e6f5f122af4a7b9e160/rstest_macros/src/render/fixture.rs#L25-L26 But `OnceLock` is [stabilized in 1.70.0](https://doc.rust-lang.org/stable/src/std/sync/once_lock.rs.html#102). Shouldn't the MSRV of `rstest` be 1.70.0 ?
#237 introduces the use of
OnceLockrstest/rstest_macros/src/render/fixture.rs
Lines 25 to 26 in 9df2cc1
But
OnceLockis stabilized in 1.70.0. Shouldn't the MSRV ofrstestbe 1.70.0 ?