serde-encrypt icon indicating copy to clipboard operation
serde-encrypt copied to clipboard

The build process hangs up when using this crate

Open mbs0221 opened this issue 3 years ago • 0 comments

Hello, everyone! Here comes a problem!

For many days, I would like to introduce the serde-encrypt into our application. Since it is declared that this crate provides support for no-std, I managed to use this crate as following.

serde-encrypt = { version = "0.7.0", default-features = false }

It failed with unknown problem. It hung up at following dependency for several minutes without any progress. It seems to be a dead loop here.

    Building [=======================> ] 295/297: poly1305                                                                                                                                                                                             

Can anyone provide some suggestions or solutions. Any help would be appreciated here.

mbs0221 avatar Feb 21 '23 05:02 mbs0221