Skip to content

Commit

Permalink
Bump crates again (#9653)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Mar 2, 2021
1 parent f1fe6a5 commit 25200ce
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion op_crates/fetch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_fetch"
version = "0.22.1"
version = "0.22.2"
edition = "2018"
description = "provides fetch Web API to deno_core"
authors = ["the Deno authors"]
Expand Down
2 changes: 1 addition & 1 deletion op_crates/web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_web"
version = "0.30.1"
version = "0.30.2"
edition = "2018"
description = "Collection of Web APIs"
authors = ["the Deno authors"]
Expand Down
2 changes: 1 addition & 1 deletion op_crates/websocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_websocket"
version = "0.5.1"
version = "0.5.2"
edition = "2018"
description = "Implementation of WebSocket API for Deno"
authors = ["the Deno authors"]
Expand Down
14 changes: 7 additions & 7 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_runtime"
version = "0.9.1"
version = "0.9.2"
license = "MIT"
authors = ["the Deno authors"]
edition = "2018"
Expand All @@ -20,9 +20,9 @@ path = "examples/hello_runtime.rs"
[build-dependencies]
deno_core = { path = "../core", version = "0.80.1" }
deno_crypto = { path = "../op_crates/crypto", version = "0.14.0" }
deno_fetch = { path = "../op_crates/fetch", version = "0.22.1" }
deno_web = { path = "../op_crates/web", version = "0.30.1" }
deno_websocket = { path = "../op_crates/websocket", version = "0.5.1" }
deno_fetch = { path = "../op_crates/fetch", version = "0.22.2" }
deno_web = { path = "../op_crates/web", version = "0.30.2" }
deno_websocket = { path = "../op_crates/websocket", version = "0.5.2" }
deno_webgpu = { path = "../op_crates/webgpu", version = "0.1.0" }

[target.'cfg(windows)'.build-dependencies]
Expand All @@ -32,9 +32,9 @@ winapi = "0.3.9"
[dependencies]
deno_core = { path = "../core", version = "0.80.1" }
deno_crypto = { path = "../op_crates/crypto", version = "0.14.0" }
deno_fetch = { path = "../op_crates/fetch", version = "0.22.1" }
deno_web = { path = "../op_crates/web", version = "0.30.1" }
deno_websocket = { path = "../op_crates/websocket", version = "0.5.1" }
deno_fetch = { path = "../op_crates/fetch", version = "0.22.2" }
deno_web = { path = "../op_crates/web", version = "0.30.2" }
deno_websocket = { path = "../op_crates/websocket", version = "0.5.2" }
deno_webgpu = { path = "../op_crates/webgpu", version = "0.1.0" }

atty = "0.2.14"
Expand Down

0 comments on commit 25200ce

Please sign in to comment.