Skip to content

Commit 5651036

Browse files
authored
fix(deps): pin tiny_bip to 1.0.0 until breaking change resolved (#2412)
1 parent 80e950c commit 5651036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/atuin-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ reqwest = { workspace = true, optional = true }
6868
hex = { version = "0.4", optional = true }
6969
sha2 = { version = "0.10", optional = true }
7070
indicatif = "0.17.7"
71-
tiny-bip39 = "1"
71+
tiny-bip39 = "=1.0.0"
7272

7373
# theme
7474
crossterm = { version = "0.27.0", features = ["serde"] }

0 commit comments

Comments
 (0)