diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-04-16 16:47:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 10:47:12 -0400 |
commit | 00fa4858b071739c76965e3c9ae096f2084d701b (patch) | |
tree | f74def445ff171223c223b9482fc4ff526dc4b59 /core | |
parent | 0c48470b353a721eac762003e26e5741f3bc1b5d (diff) |
v0.41.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 d1c0d8ac9..7ea32df46 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_core" -version = "0.40.0" +version = "0.41.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |