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:
parent
ce63806c64
commit
050c865af4
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -441,7 +441,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_web"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"deno_core",
|
||||
"futures",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue