cargo update

Should fix the recent CI failures re: Ethereum as well.
This commit is contained in:
Luke Parker
2024-10-09 00:39:34 -04:00
parent 435f1d9ae1
commit 599b2dec8f
13 changed files with 426 additions and 355 deletions

View File

@@ -0,0 +1,21 @@
[package]
name = "tiny-bip39"
version = "1.0.2"
description = "tiny-bip39 which patches to the latest update"
license = "MIT"
repository = "https://github.com/serai-dex/serai/tree/develop/patches/tiny-bip39"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
keywords = []
edition = "2021"
rust-version = "1.70"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[lib]
name = "bip39"
path = "src/lib.rs"
[dependencies]
tiny-bip39 = "2"