summaryrefslogtreecommitdiff
path: root/runtime/ops/bootstrap.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ops/bootstrap.rs')
-rw-r--r--runtime/ops/bootstrap.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ops/bootstrap.rs b/runtime/ops/bootstrap.rs
index 88475f415..0d8c1dab8 100644
--- a/runtime/ops/bootstrap.rs
+++ b/runtime/ops/bootstrap.rs
@@ -54,7 +54,7 @@ impl Default for SnapshotOptions {
Self {
ts_version: "n/a".to_owned(),
- v8_version: deno_core::v8_version(),
+ v8_version: deno_core::v8::VERSION_STRING,
target,
}
}