Get rid of `orientdb-client`
DDtKey opened this issue · 0 comments
DDtKey commented
Feature request description
orientdb-client
hasn't been updated for a long time and currently contains outdated dependencies, like nom v6.1.2
.
It causes a warning:
warning: the following packages contain code that will be rejected by a future version of Rust: nom v6.1.2
We can consider:
- try to update the client or fork it
- use rest-api for simple tests: http://orientdb.org/docs/3.0.x/misc/OrientDB-REST.html
- remove tests or even get rid of image (less preferable)
Image reference
No response