diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-07-11 17:43:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-11 16:43:28 +0000 |
| commit | 4f15aada02450824a0a6e2602dde2fffdd9fd90a (patch) | |
| tree | 510a1785b9e34ce2ba8d0fcc9152a68a8b9f54a6 /Cargo.lock | |
| parent | f950f599833172048cbbc6d64d3c2fc50b3b3e9a (diff) | |
fix(workspace): allow using --import-map flag with workspace (#24527)
This is a temporary fix, which is not perfect - specifying
`--import-map`
will break resolution of packages defined in `workspace` setting, but
erroring on `--import-map` currently causes regression in code that
worked fine in v1.44.x.
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 c00aa2226..8d5865d69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1308,9 +1308,9 @@ dependencies = [ [[package]] name = "deno_config" -version = "0.21.0" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47d457bbaff2200897ab1f635863c477f10524412a1f568535ea26763b96d5c9" +checksum = "c2df23da1c85522dd6cb23372d7953ecf576ec416c5d517b046aeeca281ca5a4" dependencies = [ "anyhow", "deno_semver", |
