Skip to content

OnceLock is stabilized in 1.70.0 but current MSRV is 1.67.1 #284

@rnbguy

Description

@rnbguy

#237 introduces the use of OnceLock

static CELL: std::sync::OnceLock<#t> =
std::sync::OnceLock::new();

But OnceLock is stabilized in 1.70.0. Shouldn't the MSRV of rstest be 1.70.0 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions