Skip to content

Commit

Permalink
fixup! use deno core for features like source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
urbas committed Jul 7, 2024
1 parent daa9f30 commit 99b8e3d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.78.0"
channel = "1.79.0"
components = [ "clippy", "rust-analyzer", "rustfmt" ]
profile = "minimal"
2 changes: 1 addition & 1 deletion src/eval/execution.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::path::Path;
use std::sync::Once;

use v8::{HandleScope, Local, ModuleStatus, Object};
use deno_core::v8::{HandleScope, Local, ModuleStatus, Object};

use crate::eval::types::EvalResult;

Expand Down

0 comments on commit 99b8e3d

Please sign in to comment.