Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converge base64 dependncies. #130

Open
rajarshimaitra opened this issue Nov 14, 2022 · 0 comments
Open

Converge base64 dependncies. #130

rajarshimaitra opened this issue Nov 14, 2022 · 0 comments

Comments

@rajarshimaitra
Copy link
Contributor

We currently have two different base64 dependency.

[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"

[[package]]
name = "base64-compat"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a8d4d2746f89841e49230dd26917df1876050f95abafafbe34f47cb534b88d7"
dependencies = [
 "byteorder",
]

This will be fixed once rust-bitcoin/rust-bitcoin#1342 is merged in in rust-bitcoin upstream..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant