diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-04-15 17:00:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-15 17:00:19 -0700 |
| commit | f0ba4cc747738e8a05a0d45565891b531d4e9c7c (patch) | |
| tree | 21a92402fb8317b47d61beda94cfbabfe8c437b5 /crates/atuin-history/Cargo.toml | |
| parent | fix: Enter runs suggested command when selecting permissions (#3418) (diff) | |
| download | atuin-f0ba4cc747738e8a05a0d45565891b531d4e9c7c.zip | |
chore(release): prepare for release 18.15.1 (#3419)
Diffstat (limited to 'crates/atuin-history/Cargo.toml')
| -rw-r--r-- | crates/atuin-history/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml index 9083dc9d..914955d4 100644 --- a/crates/atuin-history/Cargo.toml +++ b/crates/atuin-history/Cargo.toml @@ -14,7 +14,7 @@ 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.15.0" } +atuin-client = { path = "../atuin-client", version = "18.15.1" } time = { workspace = true } serde = { workspace = true } |
