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
Add rustup update to the workflow to update rustc to the latest version.
Otherwise integration tests fail due to problems with the test output in versions of the Rust test harness prior to 1.66. Currently Github installs 1.65 by default.
Also added a note to the README.md file to suggest using Rust 1.66 or later, since earlier versions have problems with assertion failure output.
PiperOrigin-RevId: 497359964
0 commit comments