diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-01-30 13:41:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-30 13:41:01 +0000 |
| commit | 9597080825565b2ba8ea202b7027e91b02aaac7f (patch) | |
| tree | fbd896580e6bd927416799874a4a51b54f7771ee /Cargo.lock | |
| parent | feat: automatically init history store when record sync is enabled (#1634) (diff) | |
| download | atuin-9597080825565b2ba8ea202b7027e91b02aaac7f.zip | |
feat: add store push (#1649)
* feat: add store push
* only push for the current host unless specified
* tidy up
* tidy up some more
* sort features
Diffstat (limited to '')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -202,6 +202,7 @@ dependencies = [ "tracing-subscriber", "tracing-tree", "unicode-width", + "uuid", "whoami", ] |
