Skip to content

Commit

Permalink
fix(deps): pin tiny_bip to 1.0.0 until breaking change resolved (#2412)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie authored Oct 7, 2024
1 parent 80e950c commit 5651036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/atuin-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 5651036

Please sign in to comment.