1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-09 07:39:15 -05:00

deno_web 0.6.0 (#7317)

This commit is contained in:
Ryan Dahl 2020-09-01 18:02:05 -04:00 committed by GitHub
parent ce63806c64
commit 050c865af4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -441,7 +441,7 @@ dependencies = [
[[package]]
name = "deno_web"
version = "0.5.0"
version = "0.6.0"
dependencies = [
"deno_core",
"futures",

View file

@ -21,7 +21,7 @@ path = "./bench/main.rs"
[build-dependencies]
deno_core = { path = "../core", version = "0.55.0" }
deno_web = { path = "../op_crates/web", version = "0.5.0" }
deno_web = { path = "../op_crates/web", version = "0.6.0" }
[target.'cfg(windows)'.build-dependencies]
winres = "0.1.11"

View file

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