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

chore/dependencies: fix libc to 0.2.41 #80

Closed pierrechevalier83 closed 5 years ago

pierrechevalier83 commented 5 years ago

With later versions of libc, we started getting the following error:

Err(Error { kind: Io(Custom { kind: WouldBlock, error: StringError("timed out") }), url: Some("https://download.libsodium.org/libsodium/releases/libsodium-1.0.16.tar.gz") })

when building rust_sodium-sys.

pierrechevalier83 commented 5 years ago

Failure in rust nightly. I think we should simply start by updating the compiler to 1.29.0 stable and dropping nightly to reduce the build system complexity

pierrechevalier83 commented 5 years ago

Superseeded by PR 83.