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
Yes, unfortunately I realized this after making the release, but it shouldn't be a big deal since most projects are going to need the 1.18 version anyway due to other dependency compatibility issues.
Thanks for bringing this up, I'll bump it before the next version.
In the latest version,
anchor_lang
is incompatible withsolana-program 1.16.x
due toanchor/lang/src/lib.rs
Line 204 in 970cd23
ArithmeticOverflow
variant was added in 1.17.x. The dependency should therefore be bumped to1.17
to avoid these kinds of issues.The text was updated successfully, but these errors were encountered: