Closed umayr closed 7 years ago
After including serde
in the cargo.toml
file:
...
[dependencies]
arthas = "^0.3"
arthas_derive = "^0.1"
serde = "^0.9"
serde_derive = "^0.9"
It gets fixed. Probably need to update the docs?
Ok, I'll check it out. Thanks.
I have the following versions of
rustc
andcargo
:Using the example:
cargo.toml
file:Ending up getting the following error: