diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-03-04 15:49:28 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-04 15:49:28 +0000 |
| commit | a5e1d252877af0d7c453a209156205ce6ce9739d (patch) | |
| tree | d729800cbb9acce75b77b11570dae1e4f6ae761a /Cargo.lock | |
| parent | fix(tz): attempt to fix timezone reading (#1810) (diff) | |
| download | atuin-a5e1d252877af0d7c453a209156205ce6ce9739d.zip | |
refactor: rename atuin-config to atuin-dotfiles (#1817)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -185,7 +185,7 @@ dependencies = [ "async-trait", "atuin-client", "atuin-common", - "atuin-config", + "atuin-dotfiles", "atuin-server", "atuin-server-postgres", "base64 0.21.7", @@ -291,7 +291,7 @@ dependencies = [ ] [[package]] -name = "atuin-config" +name = "atuin-dotfiles" version = "0.1.0" dependencies = [ "atuin-client", |
