diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-07-03 21:35:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 15:35:19 -0400 |
commit | be07aaed84946a13ec514c39606e2030e47af73f (patch) | |
tree | 8659c877e2392ec199132d6f6dd6781a49e0a93f /core | |
parent | 2b0dc32718fb4891c788ca9a589ceea8095c1229 (diff) |
v1.1.3
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 d2ac26482..a0d4660f7 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_core" -version = "0.48.2" +version = "0.48.3" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |