diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-12-12 11:56:13 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-12-12 11:56:13 -0800 |
commit | c4f15a9274978bb1482edc65e60f3cb80e72ca68 (patch) | |
tree | 907ea8bcb0d9b6d2f2025e6b87f3273326458329 | |
parent | e9b3dd7245f618c99e06391d7456be13eea59299 (diff) | |
download | geniza-c4f15a9274978bb1482edc65e60f3cb80e72ca68.tar.gz geniza-c4f15a9274978bb1482edc65e60f3cb80e72ca68.zip |
newer sodiumoxide removed dependency on recent cargo
-rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -68,9 +68,6 @@ Notable Rust Libraries: - `integer-encoding` for simple "varints" - `rust-protobuf` for protobuf messages -While (temporarily?) using Cargo's `[patch]` feature to patch sodiumoxide, -builds require Rust 1.21 (stable circa Oct 2017). - Requires the libsodium library installed system-wide to run, and header files (`libsodium-dev`) for now, due to dynamic linking and the simple build configuration. It should be possible to statically link a free-standing |