zyantific / zydis-rs

Zydis Rust Bindings
MIT License
83 stars 14 forks source link

Replace deprecated mem::uninitalized by mem::MaybeUninit::uninit #22

Closed tathanhdinh closed 5 years ago

tathanhdinh commented 5 years ago

Some build failed :(, maybe because of caching?

athre0z commented 5 years ago

Looks like the Azure people now ship (an outdated version of) Rust with these VM images. I added a build step to force an update on master. Please rebase on master.

th0rex commented 5 years ago

Thanks.