Skip to content

Commit

Permalink
#![feature(build_hasher_simple_hash_one)]
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed Jan 26, 2024
1 parent f5f734e commit a5cbb38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion guests/eth-block/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#![feature(build_hasher_simple_hash_one)]

#![no_main]

use risc0_zkvm::guest::env;
Expand Down
2 changes: 1 addition & 1 deletion guests/op-block/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#![feature(build_hasher_simple_hash_one)]

#![no_main]

use risc0_zkvm::guest::env;
Expand Down
2 changes: 1 addition & 1 deletion testing/ef-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#![feature(build_hasher_simple_hash_one)]

#![cfg(feature = "ef-tests")]

use anyhow::bail;
Expand Down

0 comments on commit a5cbb38

Please sign in to comment.