You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0603]: module `export` is private
--> /Users/fafk/.cargo/registry/src/jackfan.us.kg-1ecc6299db9ec823/refinery-core-0.3.2/src/runner.rs:11:12
|
11 | use serde::export::Formatter;
| ^^^^^^ private module
|
note: the module `export` is defined here
--> /Users/fafk/.cargo/registry/src/jackfan.us.kg-1ecc6299db9ec823/serde-1.0.119/src/lib.rs:275:5
|
275 | use self::__private as export;
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0603`.
error: could not compile `refinery-core`
The text was updated successfully, but these errors were encountered:
fafk
changed the title
Lib doesn't build due to change in serde
Lib doesn't build due to a change in serde
Jan 13, 2021
Serde changed the visibility of
mod export
from public to private and it breaks refinery.serde-rs/serde@dd1f4b4 line 275
The text was updated successfully, but these errors were encountered: