EmbarkStudios / cervo

Utility wrappers for tract
Apache License 2.0
40 stars 1 forks source link

Update `tract` to `0.21` #54

Closed fornwall closed 9 months ago

fornwall commented 9 months ago

By updating to tract version 0.21 we fix compatibility with nightly rust, since tract 0.20 indirectly depends on old version of ahash (via tract -> string-interner -> hashbrown -> ahash) which does not build with currently nightly rust - see https://github.com/tkaitchuck/aHash/issues/200.

fornwall commented 9 months ago

Would be nice with a release incorporating this, to fix compatibility with nightly rust.

tgolsson commented 9 months ago

I can do a release come Monday, also taking #53.