1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

bump versions for op crates (#8048)

This commit is contained in:
Ryan Dahl 2020-10-20 10:31:20 -04:00 committed by GitHub
parent dfe19c5c75
commit 9e2e2dfb20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

4
Cargo.lock generated
View file

@ -501,7 +501,7 @@ dependencies = [
[[package]]
name = "deno_fetch"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"deno_core",
"reqwest",
@ -526,7 +526,7 @@ dependencies = [
[[package]]
name = "deno_web"
version = "0.15.0"
version = "0.15.1"
dependencies = [
"deno_core",
"futures",

View file

@ -21,8 +21,8 @@ path = "./bench/main.rs"
[build-dependencies]
deno_core = { path = "../core", version = "0.64.0" }
deno_web = { path = "../op_crates/web", version = "0.15.0" }
deno_fetch = { path = "../op_crates/fetch", version = "0.7.0" }
deno_web = { path = "../op_crates/web", version = "0.15.1" }
deno_fetch = { path = "../op_crates/fetch", version = "0.7.1" }
[target.'cfg(windows)'.build-dependencies]
winres = "0.1.11"
@ -32,8 +32,8 @@ winapi = "0.3.9"
deno_core = { path = "../core", version = "0.64.0" }
deno_doc = "0.1.12"
deno_lint = "0.2.4"
deno_web = { path = "../op_crates/web", version = "0.15.0" }
deno_fetch = { path = "../op_crates/fetch", version = "0.7.0" }
deno_web = { path = "../op_crates/web", version = "0.15.1" }
deno_fetch = { path = "../op_crates/fetch", version = "0.7.1" }
atty = "0.2.14"
base64 = "0.12.3"

View file

@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
version = "0.7.0"
version = "0.7.1"
edition = "2018"
description = "provides fetch Web API to deno_core"
authors = ["the Deno authors"]

View file

@ -2,7 +2,7 @@
[package]
name = "deno_web"
version = "0.15.0"
version = "0.15.1"
edition = "2018"
description = "Collection of Web APIs"
authors = ["the Deno authors"]