diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-04-07 00:55:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-07 00:55:53 +0200 |
| commit | 0dca0c5196249c5f947de9ced572967872c0ad6e (patch) | |
| tree | 2cd3c57d61dc82ca88bbd08554c19865fdf11433 /Cargo.toml | |
| parent | d07aa4a0723b04583b7cb1e09152457d866d13d3 (diff) | |
chore: remove lockfile/ (#18618)
New home at https://github.com/denoland/deno_lockfile.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 2cdf4b375..f8c6adf0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,6 @@ members = [ "ext/websocket", "ext/webstorage", "ext/napi", - "lockfile", ] exclude = ["test_util/std/hash/_wasm"] @@ -52,7 +51,7 @@ deno_runtime = { version = "0.105.0", path = "./runtime" } napi_sym = { version = "0.27.0", path = "./cli/napi/sym" } deno_bench_util = { version = "0.91.0", path = "./bench_util" } test_util = { path = "./test_util" } -deno_lockfile = { version = "0.13.0", path = "./lockfile" } +deno_lockfile = "0.13.0" # exts deno_broadcast_channel = { version = "0.91.0", path = "./ext/broadcast_channel" } |
