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

Remove openssl dependencies #74

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Commits on Jun 7, 2024

  1. Remove openssl dependencies

    This is to remove dependencies of any shared libraries and
    allow os-config to be built statically for
    different architectures.
    
    Change-type: patch
    jaomaloy committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    2cca374 View commit details
    Browse the repository at this point in the history
  2. Update Cargo.lock to build with Rust 1.67

    Used `cargo update <pkg> --precise` with the following packages
    
    - actix-web v4.3.1
    - actix-http v3.3.1
    - actix-tls v3.3.0
    - assert_cmd v2.0.12
    - clap v4.3.24
    - clap-lex v0.5.0
    - predicates v3.0.3
    pipex committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b7616cd View commit details
    Browse the repository at this point in the history