warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead.
--> src/utils/environment.rs:9:24
9
let mut path = env::home_dir().unwrap_or(PathBuf::from("/home/indy"));
I am seeing the following warning while building the VON Network. How can this warning be removed from the installation steps.
warning: redundant linker flag specified for library
zmq-pw
= note: #[warn(unused_parens)] on by default
= note: #[warn(deprecated)] on by default