geofft / redhook

Dynamic function call interposition / hooking (LD_PRELOAD) for Rust
BSD 2-Clause "Simplified" License
176 stars 18 forks source link

remove warnings #20

Closed n01e0 closed 4 years ago

n01e0 commented 4 years ago

atomic::AtomicBool::new is now preferred

gaul commented 4 years ago

Duplicate of #17 and #18?

n01e0 commented 4 years ago

lol Hopefully one of them will merge.

geofft commented 4 years ago

Thanks for the reminder! Merged #17 and released 2.0.0 (since this is an MSRV bump, it's a breaking change, but if you're on a rustc from 2019 or newer there are no other backwards-incompatible changes).