thaler icon indicating copy to clipboard operation
thaler copied to clipboard

Problem: upgrade to serde 1.0.119 fails to compile

Open tomtau opened this issue 5 years ago • 1 comments

   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

tomtau avatar Jan 12 '21 02:01 tomtau

https://github.com/crypto-com/thaler/pull/2447/checks?check_run_id=1683912819#step:6:904

tomtau avatar Jan 12 '21 02:01 tomtau