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
fix: allow compilation under current toolchain (#3176)
Nightly breaks regex crate. The option is to either remove the nightly
feature we used that now breaks, or pin nightly to something prior to
2024-10-17. The first option was picked, which requires updates to
downstream dependencies. This PR updates said dependencies.
0 commit comments