From c00e54c54c63e6ed4275d51b8bf6aea4e0221f92 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 11 Mar 2024 14:50:26 +0000 Subject: [PATCH] fix(dotfiles): use latest client (#1859) --- atuin-dotfiles/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atuin-dotfiles/Cargo.toml b/atuin-dotfiles/Cargo.toml index 1305f5214c3..d26b3441c3e 100644 --- a/atuin-dotfiles/Cargo.toml +++ b/atuin-dotfiles/Cargo.toml @@ -13,8 +13,8 @@ readme.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -atuin-common = { path = "../atuin-common", version = "18.0.1" } -atuin-client = { path = "../atuin-client", version = "18.0.1" } +atuin-common = { path = "../atuin-common", version = "18.1.0" } +atuin-client = { path = "../atuin-client", version = "18.1.0" } eyre = { workspace = true } tokio = { workspace = true }