golemfactory / golem-unlimited

Golem-unlimited
GNU General Public License v3.0
46 stars 8 forks source link

Feature/gu client rpc #205

Closed prekucki closed 5 years ago

marmistrz commented 5 years ago

4470330d doesn't compile for me (after running cargo update)

error: cannot find derive macro `Serialize` in this scope
   --> /home/marcin/.cargo/git/checkouts/golem-unlimited-8aa5a0012b75d98f/4470330/gu-client/src/async.rs:720:10
    |
720 | #[derive(Serialize)]
    |          ^^^^^^^^^

error[E0277]: the trait bound `async::Body<T>: serde::ser::Serialize` is not satisfied
   --> /home/marcin/.cargo/git/checkouts/golem-unlimited-8aa5a0012b75d98f/4470330/gu-client/src/async.rs:711:14
    |
711 |             .json(Body { b: msg })
    |              ^^^^ the trait `serde::ser::Serialize` is not implemented for `async::Body<T>`

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0277`.
error: Could not compile `gu-client`.
tworec commented 5 years ago

@marmistrz this is fixed in #213