diff options
| author | Ry Dahl <ry@tinyclouds.org> | 2020-01-05 11:56:18 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-05 11:56:18 -0500 |
| commit | 76e44ddfd0d286335107de28bae06c6f962abf13 (patch) | |
| tree | 8c78679dbc702333e0ef585d300e792a9d6b75dd /cli/ops/timers.rs | |
| parent | 5f1df038fb1462607af3555fa7431c05ca484dce (diff) | |
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Diffstat (limited to 'cli/ops/timers.rs')
| -rw-r--r-- | cli/ops/timers.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/ops/timers.rs b/cli/ops/timers.rs index 982ea9cac..8bec10f70 100644 --- a/cli/ops/timers.rs +++ b/cli/ops/timers.rs @@ -2,7 +2,7 @@ use super::dispatch_json::{Deserialize, JsonOp, Value}; use crate::ops::json_op; use crate::state::ThreadSafeState; -use deno::*; +use deno_core::*; use futures::future::FutureExt; use std; use std::time::Duration; |
