cargo build --examples
error: package `home v0.5.9` cannot be built because it requires rustc 1.70.0 or newer, while the currently active rustc version is 1.68.2
Either upgrade to rustc 1.70.0 or newer, or use
cargo update -p home@0.5.9 --precise ver
where `ver` is the latest version of `home` supporting rustc 1.68.2
The root cause should be ttrpc-rust doesn't supoort 0.5.9.
Work around:
Add following to Cargo.toml
Cargo.toml
Got following fail:
The root cause should be ttrpc-rust doesn't supoort 0.5.9. Work around: Add following to Cargo.toml
Or use following command: