Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pending changes from O.S. Systems for merging #249

Closed
wants to merge 5 commits into from

Commits on Jan 5, 2019

  1. Cargo.toml: set license and homepage fields

    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
    otavio committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    d6dbabf View commit details
    Browse the repository at this point in the history
  2. Cargo.lock: Update all dependencies

    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
    otavio committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    e64253a View commit details
    Browse the repository at this point in the history
  3. .gitignore: Ignore Emacs backup files

    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
    otavio committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    32b789d View commit details
    Browse the repository at this point in the history
  4. Apply rustfmt style globally

    This applies the current rustfmt style across all source code.
    
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
    otavio committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    8e28056 View commit details
    Browse the repository at this point in the history
  5. Cargo.toml: reduce binary size for release builds

    This enables the settings for release build to reduce the binary
    size. The size difference is significant, from 3.7M down to 2.5M.
    
    Fixes: balena-os#200.
    
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
    otavio committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    3eeb64b View commit details
    Browse the repository at this point in the history