diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-02-09 12:42:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-09 12:42:34 +0000 |
| commit | 5738d0628238e9a3fd24e191e28f2e4223b0457e (patch) | |
| tree | 333a7cea42f86e3e53408847a0f6252bd6b3925e /atuin-client | |
| parent | docs(README): clarify prerequisites for Bash (#1686) (diff) | |
| download | atuin-5738d0628238e9a3fd24e191e28f2e4223b0457e.zip | |
chore(release): prepare for release v18.0.0 (#1685)
Diffstat (limited to 'atuin-client')
| -rw-r--r-- | atuin-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 9d1e8768..57f146e4 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -18,7 +18,7 @@ sync = ["urlencoding", "reqwest", "sha2", "hex"] check-update = [] [dependencies] -atuin-common = { path = "../atuin-common", version = "17.2.1" } +atuin-common = { path = "../atuin-common", version = "18.0.0" } log = { workspace = true } base64 = { workspace = true } |
