mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 22:21:15 +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"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_fetch"
|
||||
version = "0.22.2"
|
||||
version = "0.22.3"
|
||||
edition = "2018"
|
||||
description = "provides fetch Web API to deno_core"
|
||||
authors = ["the Deno authors"]
|
||||
|
|
@ -15,7 +15,7 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
bytes = "1.0.1"
|
||||
deno_core = { version = "0.80.1", path = "../../core" }
|
||||
deno_core = { version = "0.80.2", path = "../../core" }
|
||||
reqwest = { version = "0.11.0", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }
|
||||
serde = { version = "1.0.123", features = ["derive"] }
|
||||
tokio = { version = "1.2.0", features = ["full"] }
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_web"
|
||||
version = "0.30.2"
|
||||
version = "0.30.3"
|
||||
edition = "2018"
|
||||
description = "Collection of Web APIs"
|
||||
authors = ["the Deno authors"]
|
||||
|
|
@ -14,7 +14,7 @@ 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" }
|
||||
serde = { version = "1.0.123", features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_webgpu"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2018"
|
||||
description = "provides webgpu Web API to deno_core"
|
||||
authors = ["the Deno authors"]
|
||||
|
|
@ -14,7 +14,7 @@ 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" }
|
||||
tokio = { version = "1.1.1", features = ["full"] }
|
||||
serde = { version = "1.0.123", features = ["derive"] }
|
||||
wgpu-core = { version = "0.7.0", features = ["trace"] }
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_websocket"
|
||||
version = "0.5.2"
|
||||
version = "0.5.3"
|
||||
edition = "2018"
|
||||
description = "Implementation of WebSocket API for Deno"
|
||||
authors = ["the Deno authors"]
|
||||
|
|
@ -14,7 +14,7 @@ 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" }
|
||||
http = "0.2.3"
|
||||
serde = { version = "1.0.123", features = ["derive"] }
|
||||
tokio = { version = "1.2.0", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue