Hpmason / retour-rs

A cross-platform detour library written in Rust
Other
99 stars 18 forks source link

Seperate required nightly feature into optional features (Make crate stable-first!) #23

Closed Hpmason closed 1 year ago

Hpmason commented 1 year ago

The nightly feature flag is now split into 2 features:

The biggest change is that these will be optional features, so now the crate will be stable by default! Yay!

(Closes #19, #21 )