maidsafe / rust_sodium

This crate is no longer maintained. Looking for maintainers.
BSD 3-Clause "New" or "Revised" License
77 stars 34 forks source link

Switch from gcc crate to cc crate #50

Closed dbrgn closed 6 years ago

dbrgn commented 6 years ago

The gcc crate is deprecated and replaced by cc.

The gcc feature was renamed to cc, this should probably be mentioned in the changelogs on release (does it need a breaking release?). It should not affect crates that don't specify any flags though.

dbrgn commented 6 years ago

Rebased against current master.

nbaksalyar commented 6 years ago

Hi @dbrgn, thanks a lot for your PR! I'm reviewing it and will let you know soon if something needs to be changed.

dbrgn commented 6 years ago

@nbaksalyar that would be great :) also, if #51 gets into the codebase that will allow me to implement signature/hash verification (#45).