sfackler / rust-native-tls

Apache License 2.0
468 stars 197 forks source link

Remove `once_cell` #279

Closed tamird closed 10 months ago

tamird commented 10 months ago

Mutex::new is const since 1.63.0, and this library seems to have MSRV 1.63.0 since https://github.com/sfackler/rust-native-tls/pull/254.

sfackler commented 10 months ago

Build's red

tamird commented 10 months ago

Should be fixed now.