summaryrefslogtreecommitdiff
path: root/core/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/lib.rs')
-rw-r--r--core/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lib.rs b/core/lib.rs
index c4fbb33f4..d1776fb69 100644
--- a/core/lib.rs
+++ b/core/lib.rs
@@ -21,7 +21,7 @@ mod plugins;
mod resources;
mod shared_queue;
-use rusty_v8 as v8;
+pub use rusty_v8 as v8;
pub use crate::any_error::*;
pub use crate::es_isolate::*;