diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-03-30 19:30:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-30 19:30:40 -0400 |
| commit | e9910d8ae510fcef54ae2f0a83199daa81c15df1 (patch) | |
| tree | c92661bb090f2b249508d3b374ed55e516b3f520 /core/Cargo.toml | |
| parent | 6744bb8d750b9ab11d2ec9448334732b98feb58a (diff) | |
Rename crate deno_core to deno (#2022)
Diffstat (limited to 'core/Cargo.toml')
| -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 758c06dc8..06addd9c1 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,7 +1,7 @@ # Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. [package] -name = "deno_core" +name = "deno" version = "0.3.5" edition = "2018" |
