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

Problem: upgrade to serde 1.0.119 fails to compile #2449

@tomtau

Description

@tomtau
   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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions