Open Martiusweb opened 2 months ago
Since it's impossible two use both image 0.24 and 0.25 in a project, I updated both image and reqwest to their latest versions, and ran cargo update.
cargo update
To test, I successfully ran cargo check --features embed-fd-nn and ran a face detection program using FaceDetectorCNN. I believe it's enough.
cargo check --features embed-fd-nn
FaceDetectorCNN
Please let me know if there's anything else I should do, as I'm not familiar with the best practices of rust packaging.
Thanks!
Since it's impossible two use both image 0.24 and 0.25 in a project, I updated both image and reqwest to their latest versions, and ran
cargo update
.To test, I successfully ran
cargo check --features embed-fd-nn
and ran a face detection program usingFaceDetectorCNN
. I believe it's enough.Please let me know if there's anything else I should do, as I'm not familiar with the best practices of rust packaging.
Thanks!