diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-11-23 15:10:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-23 15:10:58 +0100 |
| commit | bc79d556496420441977ca6f5c66be3dc3ded187 (patch) | |
| tree | 3e448422568055877a7eb9ea27b52727510ab310 /op_crates/crypto | |
| parent | 230a11e8a40fffffb2bdd4f705863183c52c45a9 (diff) | |
v1.5.4
Diffstat (limited to 'op_crates/crypto')
| -rw-r--r-- | op_crates/crypto/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op_crates/crypto/Cargo.toml b/op_crates/crypto/Cargo.toml index 80cf9ae34..0ca0601a2 100644 --- a/op_crates/crypto/Cargo.toml +++ b/op_crates/crypto/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_crypto" -version = "0.2.0" +version = "0.3.0" edition = "2018" description = "Collection of WebCrypto APIs" authors = ["the Deno authors"] @@ -14,6 +14,6 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.68.0", path = "../../core" } +deno_core = { version = "0.69.0", path = "../../core" } rand = "0.7.3" |
