diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-10-01 14:05:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-01 14:05:40 -0400 |
commit | 4c8d57db03bac12d2a13566b3cc7454cfbd67314 (patch) | |
tree | 7f8ffe216dd78245ab327685e6b4752f8196be08 /Cargo.toml | |
parent | 29104384c4cb5aab082749382802560907ebec42 (diff) |
BREAKING: rename "deps" remote cache folder to "remote" (#25969)
Closes https://github.com/denoland/deno/issues/25967
Closes #25968
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index ce333c728..b15c1241b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,7 @@ console_static_text = "=0.8.1" dashmap = "5.5.3" data-encoding = "2.3.3" data-url = "=0.3.0" -deno_cache_dir = "=0.12.0" +deno_cache_dir = "=0.13.0" deno_package_json = { version = "=0.1.1", default-features = false } dlopen2 = "0.6.1" ecb = "=0.1.2" |