Skip to content

Commit

Permalink
add inline_const feature to support old version of rust
Browse files Browse the repository at this point in the history
  • Loading branch information
chzyer committed Jan 6, 2025
1 parent 02e16df commit 3a5a327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/interpreter/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//! REVM Interpreter.
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
#![cfg_attr(not(feature = "std"), no_std)]
#![feature(inline_const)]

#[cfg(not(feature = "std"))]
extern crate alloc as std;
Expand Down

0 comments on commit 3a5a327

Please sign in to comment.