fix(dotfiles): use latest client (#1859)

This commit is contained in:
Ellie Huxtable 2024-03-11 14:50:26 +00:00 committed by GitHub
parent 74182aad42
commit c00e54c54c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }