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
Requires the solana bpf sdk to be on Rust 1.45 or above, so that we can remove #![feature(proc_macro_hygiene)] everywhere.
Until we do this, CI will sometimes fail, because rustfmt is not always available on the latest nightly, so travis should also probably pin the nightly version.
The text was updated successfully, but these errors were encountered:
Requires the solana bpf sdk to be on Rust 1.45 or above, so that we can remove
#![feature(proc_macro_hygiene)]
everywhere.Until we do this, CI will sometimes fail, because
rustfmt
is not always available on the latest nightly, so travis should also probably pin the nightly version.The text was updated successfully, but these errors were encountered: