- upgrade rust_sodium-sys to 0.10.3
- use stable rust, 2018 edition without being tied to a specific version
- use cargo fmt and cargo clippy
- upgrade rust_sodium-sys to 0.10.1
- use rust to 1.29.0 stable, drop nightly
- use cargo fmt and cargo clippy
- upgrade rust_sodium-sys to 0.10.0
- upgrade unwrap version to 1.2.0
- use rust 1.28.0 stable / 2018-07-07 nightly
- rustfmt 0.99.2 and clippy-0.0.212
- upgrade libsodium version to 1.0.16
- replace 'use-installed-libsodium' feature with env var
- drop support for rustc-serialize since it has been deprecated
- pull most outstanding sodiumoxide commits downstream
- initialise libsodium in all tests
- use rust 1.25.0 stable
- Use rust 1.24.0 stable / 2018-02-05 nightly
- rustfmt 0.9.0 and clippy-0.0.186
- Use rust 1.22.1 stable / 2017-11-23 nightly
- rustfmt 0.9.0 and clippy-0.0.174
- Add support for iOS build targets
- Use rust 1.19 stable / 2017-07-20 nightly
- rustfmt 0.9.0 and clippy-0.0.144
- Replace -Zno-trans with cargo check
- Make appveyor script using fixed version of stable
- Changed build script for non-Windows platforms to only pass
--disable-pie
when a new env var is set.
- Ported several updates from sodiumoxide
- Upgraded libsodium version to 1.0.12
- Changed the default feature behaviour for rust_sodium-sys to download and unpack/build libsodium
- For Linux distros, only enable PIE for Ubuntu >= 15.04
- Added support for MSVC builds
- Changed to use rust 1.17 stable
- Updated CI script to run cargo_install from QA
- Default to serde instead of rustc-serialize
- rustfmt 0.8.1
- enforce min powershell major version of 4 for compilation on Windows
- Fix Windows build scripts by using curl.
- Fix ARM build by allowing the
trivial_casts
lint. - Print build commands on failure.
- Upstream pull - Make vector manipulation more efficient.
- Added
init()
to every test. - Updated dependencies.
- Added standard MaidSafe lint checks and fixed resulting warnings.
- Bugfix for missed renaming of feature gate.
- Initial fork from sodiumoxide including changes to build script.
- Added
init_with_rng()
to allow sodiumoxide_extras crate to be deprecated.