Skip to content

Commit

Permalink
deno_core 0.64.0 (denoland#8025)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Oct 19, 2020
1 parent 59888ff commit fb2cae9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions cli/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ harness = false
path = "./bench/main.rs"

[build-dependencies]
deno_core = { path = "../core", version = "0.63.0" }
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" }

Expand All @@ -29,7 +29,7 @@ winres = "0.1.11"
winapi = "0.3.9"

[dependencies]
deno_core = { path = "../core", version = "0.63.0" }
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" }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
@@ -1,7 +1,7 @@
# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
[package]
name = "deno_core"
version = "0.63.0"
version = "0.64.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]
Expand Down
2 changes: 1 addition & 1 deletion op_crates/fetch/Cargo.toml
Expand Up @@ -14,6 +14,6 @@ repository = "https://github.com/denoland/deno"
path = "lib.rs"

[dependencies]
deno_core = { version = "0.63.0", path = "../../core" }
deno_core = { version = "0.64.0", path = "../../core" }
reqwest = { version = "0.10.8", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }
serde = { version = "1.0.116", features = ["derive"] }
2 changes: 1 addition & 1 deletion op_crates/web/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ repository = "https://github.com/denoland/deno"
path = "lib.rs"

[dependencies]
deno_core = { version = "0.63.0", path = "../../core" }
deno_core = { version = "0.64.0", path = "../../core" }
idna = "0.2.0"
serde = { version = "1.0.116", features = ["derive"] }

Expand Down

0 comments on commit fb2cae9

Please sign in to comment.