Update orbclient to v0.3.17
Without this change, building orbutils pulls orbclient v0.3.15, which fails to compile with latest nightly rustc.
Compilation error message:
Compiling orbclient v0.3.15
error[E0432]: unresolved import `alloc::Vec`
--> /home/lupine/.cargo/registry/src/github.com-1ecc6299db9ec823/orbclient-0.3.15/src/graphicspath.rs:1:5
|
1 | use alloc::Vec;
| ^^^^^^^^^^ no `Vec` in the root. Did you mean to use `vec`?
Compiling failure v0.1.1
error: aborting due to previous error
For more information about this error, try `rustc --explain E0432`.
My rustc
:
$ rustc --version
rustc 1.30.0-nightly (63c75d375 2018-09-21)
Edited by Nick Thomas