chore: bump revm (#14947)

This commit is contained in:
Arsenii Kulikov
2025-03-11 13:26:07 +04:00
committed by GitHub
parent 1740903a70
commit aaae30930f
20 changed files with 74 additions and 115 deletions

View File

@@ -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;