diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2022-07-20 19:28:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-21 01:28:00 +0200 |
commit | f0e01682cce638303e3b6997788667a0f71dff8d (patch) | |
tree | 385334ea9ab22f0875c584b5d7e41ad45116b25c /ops | |
parent | 26cea0e2ca3aa036d1e0fe4869f23bd6c0b564fb (diff) |
1.24.0 (#15262)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@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 80e373322..e0453b9e2 100644 --- a/ops/Cargo.toml +++ b/ops/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_ops" -version = "0.21.0" +version = "0.22.0" edition = "2021" license = "MIT" readme = "README.md" |