vaticle / typedb-driver

TypeDB Drivers for Rust, Python, Java, Node.js, C, C++, and C#.
https://typedb.com
Apache License 2.0
30 stars 32 forks source link

Rust Chrono versions conflict #665

Closed STPR closed 4 days ago

STPR commented 1 week ago

Hello, I'm following the documentation to install the Rust driver and I've a conflict error: error: failed to select a version for `chrono`.

There's a conflict between typedb-driver v2.28.4 asking for chrono =0.4.38 and typeql v2.28.1 asking for chrono =0.4.23.

STPR commented 1 week ago

The problem is that every dependencies's versions of typedb-driver, typedb-protocol and typeql are enforced with "=", which make TypeDB unusable...

flyingsilverfin commented 1 week ago

Thanks for the report - we'll fix this problem this week!

dmitrii-ubskii commented 4 days ago

Looks like we went a little overeager with pinnning dependency versions. Should be fixed by https://github.com/vaticle/dependencies/pull/548 in future releases.