barter-rs / barter-data-rs

NOTE: Barter-Data migrated to Barter monorepo: https://www.github.com/barter-rs/barter-rs
https://github.com/orgs/barter-rs/repositories
MIT License
101 stars 63 forks source link

Build error #12

Closed dclausen closed 1 year ago

dclausen commented 1 year ago

I'm trying to build the example https://github.com/barter-rs/barter-rs#example and I'm getting a build error:


   Compiling barter-data v0.5.7
error[E0599]: no variant named `Serde` found for enum `SocketError`
  --> /Users/dave/.cargo/registry/src/github.com-1ecc6299db9ec823/barter-data-0.5.7/src/exchange/kraken/model.rs:65:43
   |
65 |             .map_err(|error| SocketError::Serde {
   |                                           ^^^^^ variant not found in `SocketError`

For more information about this error, try `rustc --explain E0599`.
error: could not compile `barter-data` due to previous error
warning: build failed, waiting for other jobs to finish...```
dclausen commented 1 year ago

Solved in v.0.6.7