bilelmoussaoui / oo7

James Bond went on a new mission as a Secret Service provider
https://bilelmoussaoui.github.io/oo7/oo7/
MIT License
63 stars 12 forks source link

secret: Use unix::net::UnixStream #31

Closed A6GibKm closed 1 year ago

A6GibKm commented 1 year ago

tokio's struct does not implement IntoRawFd.

Fixes: https://github.com/bilelmoussaoui/oo7/issues/30

zecakeh commented 1 year ago

I confirm this fixes the compiling issue for me.