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

Update to 0.6.0 #200

Merged
merged 5 commits into from
Oct 15, 2024
Merged

Update to 0.6.0 #200

merged 5 commits into from
Oct 15, 2024

Commits on Oct 1, 2024

  1. Add Cargo.lock

    Cargo.lock must've been removed from an earlier commit. It's generally
    good practice to include the Cargo.lock in the git repos of Rust
    binaries.
    
    Signed-off-by: Tyler Fanelli <[email protected]>
    tylerfanelli committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    215eb51 View commit details
    Browse the repository at this point in the history
  2. secret: Use From::from conversion

    Signed-off-by: Tyler Fanelli <[email protected]>
    tylerfanelli committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4e1d5ba View commit details
    Browse the repository at this point in the history
  3. Update sev crate to 4.0.0

    Signed-off-by: Tyler Fanelli <[email protected]>
    tylerfanelli committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9dc9886 View commit details
    Browse the repository at this point in the history
  4. session: Use anyhow macro for error return

    Signed-off-by: Tyler Fanelli <[email protected]>
    tylerfanelli committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d5dc679 View commit details
    Browse the repository at this point in the history
  5. Update to 0.6.0

    Signed-off-by: Tyler Fanelli <[email protected]>
    tylerfanelli committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    326ee62 View commit details
    Browse the repository at this point in the history