diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2022-04-20 21:50:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 21:50:16 -0400 |
commit | 29c8cd8aae52b89075e6af84ddd34f813fa3ea8d (patch) | |
tree | b2fce377a7e6b3da70d81a92f497a7ff807d6ad5 /ops | |
parent | 03019e778189b38938f1238f22652162de5a7434 (diff) |
1.21.0 (#14336)
Co-authored-by: ry <ry@users.noreply.github.com>
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'ops')
-rw-r--r-- | ops/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/Cargo.toml b/ops/Cargo.toml index 07a5b7730..4f68c8ced 100644 --- a/ops/Cargo.toml +++ b/ops/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_ops" -version = "0.7.0" +version = "0.8.0" edition = "2021" license = "MIT" readme = "README.md" |