diff options
Diffstat (limited to 'ext/kv')
| -rw-r--r-- | ext/kv/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/kv/Cargo.toml b/ext/kv/Cargo.toml index 6734c2ee5..39901d594 100644 --- a/ext/kv/Cargo.toml +++ b/ext/kv/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_kv" -version = "0.25.0" +version = "0.26.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -19,6 +19,7 @@ async-trait.workspace = true base64.workspace = true chrono.workspace = true deno_core.workspace = true +deno_unsync = "0.1.1" hex.workspace = true log.workspace = true num-bigint.workspace = true |
