diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-07-13 19:00:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-13 13:00:24 -0400 |
commit | 6af5149ea3d9b0accf7122073abbf852e355846f (patch) | |
tree | fb3a340a3d153aa550bb70a2ec2b835a81359f56 /core | |
parent | d619e3c7ac8618c5cd30fcc314db2ef994c604e4 (diff) |
v1.2.0
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 038b81580..1a0ef879f 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_core" -version = "0.48.3" +version = "0.49.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |