Closed bmartynov closed 8 years ago
I haven't worked on this project for a while so it was last tested against etcd 2.1.2. I will be getting everything up to date, though perhaps not very soon. If you want to dig in, a pull request to fix any issues with etcd 2.2 would be greatly appreciated.
I just updated the project and ran the test suite against etcd 2.2.4 and Rust 1.6. Can you try against the master branch and see if the error you got is solved?
@jimmycuadra Hi. Yes thank you. Everything is working.
Hi. Do you support etсd 2.2?
On etcd 2.2 i have error: panicked at 'called
Result::unwrap()
on anErr
value: ParseError(SyntaxError("trailing characters", 1, 5))', ../src/libcore/result.rs:688let client = Client::default(); let r = client.get("some_key", true, true);
etcd version - 2.2.3.