diff options
Diffstat (limited to 'cli/build.rs')
-rw-r--r-- | cli/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/build.rs b/cli/build.rs index 05636f7f9..0b964ad43 100644 --- a/cli/build.rs +++ b/cli/build.rs @@ -332,7 +332,7 @@ fn create_cli_snapshot(snapshot_path: PathBuf) { let snapshot_options = SnapshotOptions { ts_version: ts::version(), - v8_version: deno_core::v8_version(), + v8_version: deno_core::v8::VERSION_STRING, target: std::env::var("TARGET").unwrap(), }; |