diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-05-29 18:48:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 18:48:48 +0200 |
commit | 106b00173806e088472e123d04fdc8d260c3820d (patch) | |
tree | 1935ca0e2986a000a36cb1225a24b8522c7d36d8 /core | |
parent | 8e39275429c36ff5dfa5d62a80713c5b288fe26a (diff) |
v1.0.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 ebd10838b..aa4820ee8 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_core" -version = "0.45.2" +version = "0.46.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |