aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-dotfiles
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2025-04-08 17:05:12 +0100
committerGitHub <noreply@github.com>2025-04-08 17:05:12 +0100
commit09fc76ed825114c32c863eb3b56e967fbec54047 (patch)
treedde00bfb3f2411680de618136f86edef4ca253ca /crates/atuin-dotfiles
parentfeat: Add 'atuin scripts rm' and 'atuin scripts ls' aliases; allow reading fr... (diff)
downloadatuin-09fc76ed825114c32c863eb3b56e967fbec54047.zip
chore(release): prepare for release 18.5.0 (#2685)
* chore(release): prepare for release 18.5.0 * update workflow ubuntu version * revert because dist checks lol
Diffstat (limited to 'crates/atuin-dotfiles')
-rw-r--r--crates/atuin-dotfiles/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/atuin-dotfiles/Cargo.toml b/crates/atuin-dotfiles/Cargo.toml
index d86b4b64..1ba73e63 100644
--- a/crates/atuin-dotfiles/Cargo.toml
+++ b/crates/atuin-dotfiles/Cargo.toml
@@ -14,8 +14,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.5.0-beta.3" }
-atuin-client = { path = "../atuin-client", version = "18.5.0-beta.3" }
+atuin-common = { path = "../atuin-common", version = "18.5.0" }
+atuin-client = { path = "../atuin-client", version = "18.5.0" }
eyre = { workspace = true }
tokio = { workspace = true }