~/.cargo/bin/wallet713
or probably run cargo uninstall wallet713
wallet713
it should tell you are running v2.0.0!
Trying to compile from master with rust 1.38.0 and getting the following:
Compiling env_logger v0.6.1
Compiling rustc_version v0.2.3
error: proc-macro derive panicked
--> /home/neil/.cargo/registry/src/github.com-1ecc6299db9ec823/grin_secp256k1zkp-0.7.7/src/key.rs:32:10
|
32 | #[derive(Zeroize)]
| ^^^^^^^
|
= help: message: unknown zeroize attribute: (drop)
error: aborting due to previous error
Anyone know what I'm doing wrong?