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
We are using cosmwasm-schema to generate our schemas and we check it in our CI too. Since yesterday our CI started failing (link). I see that you have the same error in the package CI. It is probably an older version of rust that does not understand this new syntax.
In the circle ci that fails I see that rust version for that part is rust:1.59.0. Probably changing it to 1.60.0 will solve the problem.