Skip to content

Commit

Permalink
Merge pull request #481 from tonlabs/fix-build
Browse files Browse the repository at this point in the history
Remove zeroize_derive fixing
  • Loading branch information
IgorKoval authored Sep 24, 2021
2 parents bb009d2 + f1f1a08 commit e773f53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ton_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ sha2 = "0.9.5"
tokio = { version = "0.2.13", features = ["sync", "stream"], default-features = false }
zstd = { version = "0.7.0", default-features = false }
# TODO: remove fixed versioning when tiny-bip39 compilation issue is resolved
tiny-bip39 = "=0.8.0"
zeroize_derive = "=1.1.0"
tiny-bip39 = "=0.7.3"

# optional for std
reqwest = { version = "0.10.4", optional = true }
Expand Down

0 comments on commit e773f53

Please sign in to comment.