Skip to content

Commit 86d3c4f

Browse files
committed
deno_config 0.48.0
1 parent b827887 commit 86d3c4f

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

Cargo.lock

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-5
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,12 @@ edition = "2021"
4949
license = "MIT"
5050
repository = "https://github.com/denoland/deno"
5151

52-
# TODO(nayeemrmn): Land https://github.com/denoland/deno_config/pull/156!
53-
[patch.crates-io]
54-
deno_config = { git = "https://github.com/denoland/deno_config.git", rev = "04b1c9d6190cab088b657524454e04289177e606" }
55-
5652
[workspace.dependencies]
5753
deno_ast = { version = "=0.44.0", features = ["transpiling"] }
5854
deno_core = { version = "0.333.0" }
5955

6056
deno_bench_util = { version = "0.183.0", path = "./bench_util" }
61-
deno_config = { version = "=0.47.1", features = ["workspace"] }
57+
deno_config = { version = "=0.48.0", features = ["workspace"] }
6258
deno_lockfile = "=0.24.0"
6359
deno_media_type = { version = "=0.2.5", features = ["module_specifier"] }
6460
deno_npm = "=0.27.2"

0 commit comments

Comments
 (0)