Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rust-client needs to be updated #108

Open
zyctree opened this issue Dec 24, 2019 · 1 comment
Open

rust-client needs to be updated #108

zyctree opened this issue Dec 24, 2019 · 1 comment

Comments

@zyctree
Copy link
Contributor

zyctree commented Dec 24, 2019

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

@Hoverbear
Copy link
Contributor

Great catch, thanks!

@Hoverbear Hoverbear self-assigned this Jan 8, 2020
@Hoverbear Hoverbear removed their assignment Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants