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 Pushover client broken with latest dependencies #1

Open
emk opened this issue May 8, 2017 · 0 comments
Open

Rust Pushover client broken with latest dependencies #1

emk opened this issue May 8, 2017 · 0 comments

Comments

@emk
Copy link

emk commented May 8, 2017

Hello! I just thought you might like to know this:

error[E0432]: unresolved import `curl::http`
  --> /home/emk/.cargo/registry/src/github.com-1ecc6299db9ec823/po-0.1.4/src/lib.rs:11:5
   |
11 | use curl::http;
   |     ^^^^^^^^^^ no `http` in the root

error[E0425]: cannot find function `serialize` in module `form_urlencoded`
   --> /home/emk/.cargo/registry/src/github.com-1ecc6299db9ec823/po-0.1.4/src/lib.rs:145:33
    |
145 |     let body = form_urlencoded::serialize(notification.into_iter());
    |                                 ^^^^^^^^^ not found in `form_urlencoded`

error: aborting due to 2 previous errors

error: Could not compile `po`.

There's no rush on my account—I can just write a little one-off function using the latest version of the reqwest crate. But I thought you'd like to know. And thank you for releasing a Rust library!

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

1 participant