diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-07-19 15:56:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-19 15:56:07 -0400 |
| commit | afcae364beb2cffa8e583b4ffd3a55b59336cb1b (patch) | |
| tree | f98ba0e5af179b9172f130b63fb35cd77c122932 /Cargo.lock | |
| parent | a4c76add565b9674ef6880de88013948c61a1ce5 (diff) | |
refactor: update to deno_config 0.25 (#24645)
- Gets rid of WorkspaceMemberContext. It's now `Workspace` and
`WorkspaceDirectory`
- Uses the workspace cache in the lsp
* https://github.com/denoland/deno_config/pull/95
* https://github.com/denoland/deno_config/pull/96
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 8decacf1e..f9c112b62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1312,9 +1312,9 @@ dependencies = [ [[package]] name = "deno_config" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6b72d6f849f5640ed80dc458b529aec74a79bdabdebe291448d345f865faa99" +checksum = "64e7a65603a3aa52216021a0abd401770ac6ed284e5b885dadf40ce35b2a0d9e" dependencies = [ "anyhow", "deno_semver", |
