diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-02-01 15:00:46 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-01 15:00:46 +0000 |
| commit | a6f1fe2c10ea9f7bb08d2344df62fee4a996cd69 (patch) | |
| tree | 472fd09c2f636e21c6db6ef6afc2e1df870f01e3 /Cargo.toml | |
| parent | chore(ci): use github m1 for release builds (#1658) (diff) | |
| download | atuin-a6f1fe2c10ea9f7bb08d2344df62fee4a996cd69.zip | |
feat: reencrypt/rekey local store (#1662)
* feat: add record re-encrypting
* automatically re-encrypt store when logging in with a different key
* fix
* actually save the new key lmao
* add rekey
* save new key
* decode bip key
* "add test for sqlite store re encrypt"
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -11,7 +11,6 @@ members = [ resolver = "2" [workspace.package] -name = "atuin" version = "17.2.1" authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"] rust-version = "1.67" |
