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

use serde::export::PhantomData Error #15

Open
TigerInYourDream opened this issue Jan 27, 2021 · 0 comments
Open

use serde::export::PhantomData Error #15

TigerInYourDream opened this issue Jan 27, 2021 · 0 comments

Comments

@TigerInYourDream
Copy link

In the new version serde 1.0.123,serde::export mod change to private。
So code in hammersbald/src/bitcoin_adapter line 34
use serde::export::PhantomData;
is wrong。 Maybe change it to use PhanatomData in std lib.

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

No branches or pull requests

1 participant