You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.