diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-03-23 17:14:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-23 17:14:34 -0400 |
commit | b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d (patch) | |
tree | a1387e779f0ae3b743ba9a3fff9ee1cff71935bd /core | |
parent | 449dbe5272aef429067abe3226d30f640fd3bac3 (diff) |
v0.37.1
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 e283a4b80..07a8d70a0 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_core" -version = "0.37.0" +version = "0.37.1" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |