Skip to content

basalt-bedrock compilation error #53

@albertocasagrande

Description

@albertocasagrande

basalt-bedrock v1.0.0 cannot be compiled because it uses an old serde's API.

Issuing cargo install --git https://github.com/basalt-rs/basalt-cli produces the following error.

...
   Compiling basalt-bedrock v1.0.0
error[E0433]: failed to resolve: could not find `__private` in `serde`
  --> /########/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/basalt-bedrock-1.0.0/src/roi.rs:37:30
   |
37 |         let content = serde::__private::de::Content::deserialize(deserializer)?;
   |                              ^^^^^^^^^ could not find `__private` in `serde`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions