website icon indicating copy to clipboard operation
website copied to clipboard

rust-client needs to be updated

Open zyctree opened this issue 6 years ago • 1 comments

the async/await syntax needs to be updated, instead

req.wait()?;

now it is like

req.await?;

https://tikv.org/docs/3.0/reference/clients/rust/ https://github.com/tikv/client-rust/blob/master/examples/raw.rs

zyctree avatar Dec 24 '19 14:12 zyctree

Great catch, thanks!

Hoverbear avatar Jan 08 '20 18:01 Hoverbear