OpenByteDev / dll-syringe

A windows dll injection library written in rust.
MIT License
166 stars 14 forks source link

Use of unstable library feature 'once_cell_try' in newer nightly #11

Closed Dr-Emann closed 1 year ago

Dr-Emann commented 1 year ago

See https://github.com/rust-lang/rust/issues/109737 for discussion, it appears the once_cell feature was split, once_cell has been stabilized, once_cell_try has been added for the try methods

OpenByteDev commented 1 year ago

Duplicate of #10