diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-10-07 08:45:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-07 08:45:34 -0700 |
| commit | 5651036d8ff07c34aa1d469727ee773a5026d9ba (patch) | |
| tree | f6ffed0c6e88e7af649371c66de0d056f31e4294 /crates | |
| parent | fix(daemon): Add context to error when unable to connect (#2394) (diff) | |
| download | atuin-5651036d8ff07c34aa1d469727ee773a5026d9ba.zip | |
fix(deps): pin tiny_bip to 1.0.0 until breaking change resolved (#2412)
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/atuin-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index 31c84b12..eba9dc53 100644 --- a/crates/atuin-client/Cargo.toml +++ b/crates/atuin-client/Cargo.toml @@ -68,7 +68,7 @@ reqwest = { workspace = true, optional = true } hex = { version = "0.4", optional = true } sha2 = { version = "0.10", optional = true } indicatif = "0.17.7" -tiny-bip39 = "1" +tiny-bip39 = "=1.0.0" # theme crossterm = { version = "0.27.0", features = ["serde"] } |
