Skip to content

Commit

Permalink
chore: rm intrusive collections
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Sep 15, 2024
1 parent ac15221 commit 10a1a04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@ serde_json = "1.0"
# js-tracer
boa_engine = { version = "0.19", optional = true }
boa_gc = { version = "0.19", optional = true }
intrusive-collections = { version = "=0.9.6", optional = true }

[dev-dependencies]
snapbox = "0.6"

[features]
serde = ["dep:serde", "revm/serde"]
js-tracer = ["dep:boa_engine", "dep:boa_gc", "dep:intrusive-collections"]
js-tracer = ["dep:boa_engine", "dep:boa_gc"]
3 changes: 0 additions & 3 deletions src/tracing/js/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ use revm::{
ContextPrecompiles, Database, DatabaseRef, EvmContext, Inspector,
};

// TODO: remove pin once boa compiles with newer version
use intrusive_collections as _;

pub(crate) mod bindings;
pub(crate) mod builtins;

Expand Down

0 comments on commit 10a1a04

Please sign in to comment.