Skip to content

Commit

Permalink
fix(dotfiles): use latest client (#1859)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie authored Mar 11, 2024
1 parent 74182aa commit c00e54c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atuin-dotfiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit c00e54c

Please sign in to comment.