mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 07:01:16 +00:00
chore: release crates (#9731)
This commit is contained in:
parent
1621d78623
commit
cdc0b6958d
9 changed files with 35 additions and 35 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_crypto"
|
||||
version = "0.14.0"
|
||||
version = "0.14.1"
|
||||
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.80.1", path = "../../core" }
|
||||
deno_core = { version = "0.80.2", path = "../../core" }
|
||||
rand = "0.8.3"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue