diff --git a/crates/state/src/lib.rs b/crates/state/src/lib.rs index 9dfec7fb39..d3b5cefed2 100644 --- a/crates/state/src/lib.rs +++ b/crates/state/src/lib.rs @@ -1,5 +1,5 @@ #![allow(stable_features)] // FIX: this is needed for sp1 toolchain. -#![feature(is_sorted)] +#![feature(is_sorted, is_none_or)] //! Rollup types relating to the consensus-layer state of the rollup. //!