- Use pointers instead of passing plain structures (e.g. for
FfiResult
) - Change the
install
function to take theexec
command as an array of arguments rather than string - Use rust 1.22.1 stable / 2017-12-03 nightly
- rustfmt 0.9.0 and clippy-0.0.175
- Rename
open
toopen_uri
.
- Fix success callback invocation in the
open
andinstall
FFI functions - Fix the
install
function on Windows:exec
call parameters weren't quoted and didn't work properly
- Update
ffi_utils
to 0.3.0
- Change the format of version changing PR titles to not be a past-tense
- Deploy to AWS
- Correct Linux schema casing to lower case
- Use native ShellExecuteW in Windows for opening uri's
- Include change log
- Include Cargo.lock
- 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
- Initial implementation