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 should bump the pinned version of rustc to 1.70 (in the Makefile and CI). With 1.70 (and possibly 1.69) also came some new language features, we should see if we can benefit from implementing some of these. For example in 1.70 OnceCell was added to the standard library, and a new method on options/results: is_some_and/is_ok_and. If there are any major changes we should implement, it should be a separate PR.
PS. in 1.70 sparse registries is enabled by default, so we can remove the CARGO_REGISTRIES_CRATES_IO_PROTOCOL: "sparse" env from our CI.
Describe the improvement
We should bump the pinned version of rustc to 1.70 (in the Makefile and CI). With 1.70 (and possibly 1.69) also came some new language features, we should see if we can benefit from implementing some of these. For example in 1.70 OnceCell was added to the standard library, and a new method on options/results:
is_some_and
/is_ok_and
. If there are any major changes we should implement, it should be a separate PR.PS. in 1.70 sparse registries is enabled by default, so we can remove the
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: "sparse"
env from our CI.Release notes:
Duplicate declaration
The text was updated successfully, but these errors were encountered: