You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the awesome work. In the upstream of this fork, I found that it was difficult to compile for 32-bit architectures due to a transitive dependency on a version of typenum that used const generics with a usize greater than usize::MAX. Are you aware if the fork also has that problem?
The text was updated successfully, but these errors were encountered:
Hi all,
Thanks for the awesome work. In the upstream of this fork, I found that it was difficult to compile for 32-bit architectures due to a transitive dependency on a version of
typenum
that used const generics with a usize greater thanusize::MAX
. Are you aware if the fork also has that problem?The text was updated successfully, but these errors were encountered: