tzmfreedom / rustforce

Salesforce REST API Client by Rust
MIT License
41 stars 19 forks source link

Changing the API to be Async #6

Closed patnaikshekhar closed 4 years ago

patnaikshekhar commented 4 years ago

Changed all APIs to be async

patnaikshekhar commented 4 years ago

@tzmfreedom could you have a look at this one as well. It fixes issue #2

tzmfreedom commented 4 years ago

@patnaikshekhar Thank you for your help!! I Travis CI is failure on this PR. https://travis-ci.com/github/tzmfreedom/rustforce/builds/178548412

Do you know the reason??

patnaikshekhar commented 4 years ago

@tzmfreedom I think its because of the version of rust. I've tried to bump the version to 1.44. However I think Travis has cached the old version.