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.
By updating to
tract
version0.21
we fix compatibility with nightly rust, since tract0.20
indirectly depends on old version ofahash
(viatract
->string-interner
->hashbrown
->ahash
) which does not build with currently nightly rust - see https://github.com/tkaitchuck/aHash/issues/200.