mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: bump revm (#14947)
This commit is contained in:
@@ -29,7 +29,7 @@ pub use revm_inspector as inspector;
|
||||
pub mod test_utils;
|
||||
|
||||
// Convenience re-exports.
|
||||
pub use revm::{self, *};
|
||||
pub use revm::{self, database::State, *};
|
||||
|
||||
/// Either type for flexible usage of different database types in the same context.
|
||||
pub mod either;
|
||||
|
||||
Reference in New Issue
Block a user