feat: Encrypt the hole vault file #26

Merged
awiteb merged 4 commits from awiteb/fix-5 into master 2024-05-03 07:51:41 +02:00 AGit
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 359ac16af8 - Show all commits

View file

@ -12,7 +12,7 @@ jobs:
runs-on: debian
steps:
- uses: actions/checkout@v4
- uses: https://codeberg.org/TheAwiteb/rust-action@v1.70
- uses: https://codeberg.org/TheAwiteb/rust-action@v1.74
- name: Build the source code
run: cargo build
- name: Check the code format

View file

@ -7,7 +7,7 @@ authors = ["Awiteb <a@4rs.nl>"]
readme = "README.md"
description = "A local CLI password manager"
repository = "https://git.4rs.nl/awiteb/lprs"
rust-version = "1.70.0"
rust-version = "1.74.0"
keywords = ["password", "manager", "CLI"]
categories = ["command-line-utilities"]