diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2025-05-08 14:10:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-08 14:10:38 -0700 |
| commit | 84589cab15253300984bfaca1392795c39d137fc (patch) | |
| tree | 994d4c0e8f5ffcfd03378d9947103e81ad94394b /crates/atuin-scripts/Cargo.toml | |
| parent | Revert "fix: selection vs render issue (#2706)" (#2748) (diff) | |
| download | atuin-84589cab15253300984bfaca1392795c39d137fc.zip | |
chore(release): prepare for release 18.6.1 (#2749)
Diffstat (limited to 'crates/atuin-scripts/Cargo.toml')
| -rw-r--r-- | crates/atuin-scripts/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/atuin-scripts/Cargo.toml b/crates/atuin-scripts/Cargo.toml index c57c583b..9afeb5b9 100644 --- a/crates/atuin-scripts/Cargo.toml +++ b/crates/atuin-scripts/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-client = { path = "../atuin-client", version = "18.6.0" } -atuin-common = { path = "../atuin-common", version = "18.6.0" } +atuin-client = { path = "../atuin-client", version = "18.6.1" } +atuin-common = { path = "../atuin-common", version = "18.6.1" } tracing = { workspace = true } tracing-subscriber = { workspace = true } |
