Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Problem: upgrade to serde 1.0.119 fails to compile #2449

Open
tomtau opened this issue Jan 12, 2021 · 1 comment
Open

Problem: upgrade to serde 1.0.119 fails to compile #2449

tomtau opened this issue Jan 12, 2021 · 1 comment

Comments

@tomtau
Copy link
Contributor

tomtau commented Jan 12, 2021

   Compiling client-core v0.6.0 (/home/runner/work/thaler/thaler/client-core)
905
error[E0603]: module `export` is private
906
Error:    --> client-core/src/service/wallet_service.rs:17:12
907
    |
908
17  | use serde::export::PhantomData;
909
    |            ^^^^^^ private module
910
    |
911
note: the module `export` is defined here
912
   --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.119/src/lib.rs:275:5
913
    |
914
275 | use self::__private as export;
915

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

No branches or pull requests

1 participant