diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-12-14 15:47:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-14 15:47:20 +0100 |
commit | 3476d5434fa713f455e4c5d0bff66581065cc7f7 (patch) | |
tree | baeb7c65662b6698bf6f37a6d7eaeb3015ef47ef /runtime | |
parent | a38b6b8acceabf0e4d877af19c0967d7c7a77cd7 (diff) |
chore: release deno_runtime 0.2.0 (#8758)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 02e605c32..262dda036 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_runtime" -version = "0.1.0" +version = "0.2.0" license = "MIT" authors = ["the Deno authors"] edition = "2018" |