mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
v0.1.2
* Added https import support. * Added deno.makeTempDirSync(). * Added deno.lstatSync() and deno.statSync().
This commit is contained in:
parent
0ec629d105
commit
cce3bd470b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ use binding;
|
|||
use std::ffi::CStr;
|
||||
|
||||
// This is the source of truth for the Deno version. Ignore the value in Cargo.toml.
|
||||
const DENO_VERSION: &str = "0.1.1";
|
||||
const DENO_VERSION: &str = "0.1.2";
|
||||
|
||||
pub fn print_version() {
|
||||
let v = unsafe { binding::deno_v8_version() };
|
||||
|
|
Loading…
Add table
Reference in a new issue