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
Compiling lsh-rs v0.4.0
error[E0603]: module `export` is private
--> XXX/.cargo/registry/src/github.com-1ecc6299db9ec823/lsh-rs-0.4.0/src/hash.rs:8:12
|
8 | use serde::export::PhantomData;
| ^^^^^^ private module
|
note: the module `export` is defined here
--> XXX/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:276:5
|
276 | use self::__private as export;
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error[E0603]: module `export` is private
--> XXX/.cargo/registry/src/github.com-1ecc6299db9ec823/lsh-rs-0.4.0/src/table/sqlite.rs:9:12
|
9 | use serde::export::PhantomData;
| ^^^^^^ private module
|
note: the module `export` is defined here
--> XXX/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:276:5
|
276 | use self::__private as export;
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error[E0603]: module `export` is private
--> XXX/.cargo/registry/src/github.com-1ecc6299db9ec823/lsh-rs-0.4.0/src/data.rs:4:12
|
4 | use serde::export::fmt::{Debug, Display};
| ^^^^^^ private module
|
note: the module `export` is defined here
--> XXX/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs:276:5
|
276 | use self::__private as export;
| ^^^^^^^^^^^^^^^^^^^^^^^^^
This seems to be caused by change to serde. Any chance to bump up the implementation to the latest Rust?
The text was updated successfully, but these errors were encountered:
Building using Rust-1.57.0 with
Cargo.toml
:results in the following error:
This seems to be caused by change to
serde
. Any chance to bump up the implementation to the latest Rust?The text was updated successfully, but these errors were encountered: