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`.
4470330d doesn't compile for me (after running
cargo update
)