Problem
Running https://github.com/noir-lang/noir/blob/master/scripts/check-critical-libraries.sh for Noir v1.0.0-beta.7 and a bunch of error: Indexing arrays and slices must be done with u32, not Field popped up for this library, due to the outdated version of v0.2.3 sort used.
Happy Case
Upgrade dependency to use sort v0.3.0 instead.
Project Impact
Blocker
Blocker Context
Required for stable releasing Noir v1.0.0-beta.7.
Problem
Running https://github.com/noir-lang/noir/blob/master/scripts/check-critical-libraries.sh for Noir v1.0.0-beta.7 and a bunch of
error: Indexing arrays and slices must be done with u32, not Fieldpopped up for this library, due to the outdated version of v0.2.3sortused.Happy Case
Upgrade dependency to use
sortv0.3.0 instead.Project Impact
Blocker
Blocker Context
Required for stable releasing Noir v1.0.0-beta.7.