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`
basalt-bedrockv1.0.0 cannot be compiled because it uses an oldserde's API.Issuing
cargo install --git https://github.com/basalt-rs/basalt-cliproduces the following error.