diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-06-28 20:59:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-28 20:59:23 +0200 |
commit | 30cba2484815f712502ae8937a25afa13aba0818 (patch) | |
tree | 496432652cf8ff00ee61e8d9a1e701fc65439596 /core/lib.rs | |
parent | 9e875b2a2353eb4f3c6343a22e19c01276571cf6 (diff) |
chore: release deno_core (#11164)
Diffstat (limited to 'core/lib.rs')
-rw-r--r-- | core/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/lib.rs b/core/lib.rs index 89edf39a2..4a9a213f4 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -88,6 +88,7 @@ pub use crate::runtime::Snapshot; // pub use crate::runtime_modules::include_js_files!; pub use crate::extensions::Extension; pub use crate::extensions::OpMiddlewareFn; +pub use crate::extensions::OpPair; pub fn v8_version() -> &'static str { v8::V8::get_version() |