aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-dotfiles/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-06-25 12:35:12 +0100
committerGitHub <noreply@github.com>2024-06-25 12:35:12 +0100
commitc8b3e418a1d485da8d9bf522ce1f93facf9d60a7 (patch)
tree5ff4905e25c7a7be19de8b0b64063c6ac67acbe7 /crates/atuin-dotfiles/Cargo.toml
parentchore(deps): update ratatui to 0.27 (#2193) (diff)
downloadatuin-c8b3e418a1d485da8d9bf522ce1f93facf9d60a7.zip
chore(release): prepare for release v18.4.0-beta.1 (#2195)
* chore(release): prepare for release v18.4.0-beta.1 * remove full release test
Diffstat (limited to 'crates/atuin-dotfiles/Cargo.toml')
-rw-r--r--crates/atuin-dotfiles/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/atuin-dotfiles/Cargo.toml b/crates/atuin-dotfiles/Cargo.toml
index 388cb84b..9069c3e7 100644
--- a/crates/atuin-dotfiles/Cargo.toml
+++ b/crates/atuin-dotfiles/Cargo.toml
@@ -2,7 +2,7 @@
name = "atuin-dotfiles"
description = "The dotfiles crate for Atuin"
edition = "2021"
-version = "0.3.0" # intentionally not the same as the rest
+version = "0.4.0" # intentionally not the same as the rest
authors.workspace = true
rust-version.workspace = true
@@ -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.3.0" }
-atuin-client = { path = "../atuin-client", version = "18.3.0" }
+atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" }
+atuin-client = { path = "../atuin-client", version = "18.4.0-beta.1" }
eyre = { workspace = true }
tokio = { workspace = true }