diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2025-04-28 14:32:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-28 14:32:07 +0100 |
| commit | 10df8ff8d1d10aabcf19ec5d1aa7ddfc94d4b020 (patch) | |
| tree | a16c41302dca98ed3ba5e18e55250c94d6c4c8ed /crates/atuin-server | |
| parent | Revert "feat(zsh): try to go to the position in zsh's history (#1469)" (#2715) (diff) | |
| download | atuin-10df8ff8d1d10aabcf19ec5d1aa7ddfc94d4b020.zip | |
chore(release): prepare for release 18.6.0-beta.1 (#2723)
Diffstat (limited to 'crates/atuin-server')
| -rw-r--r-- | crates/atuin-server/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/atuin-server/Cargo.toml b/crates/atuin-server/Cargo.toml index 1445a8ab..6efb101b 100644 --- a/crates/atuin-server/Cargo.toml +++ b/crates/atuin-server/Cargo.toml @@ -11,8 +11,8 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.5.0" } -atuin-server-database = { path = "../atuin-server-database", version = "18.5.0" } +atuin-common = { path = "../atuin-common", version = "18.6.0-beta.1" } +atuin-server-database = { path = "../atuin-server-database", version = "18.6.0-beta.1" } tracing = { workspace = true } time = { workspace = true } |
