diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-09-18 10:46:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-18 10:46:44 -0400 |
| commit | 0709c051f83c181206f6653396f5428df66ed74f (patch) | |
| tree | 9360ce6cfc2c3f3f53a8a7af0f9d3bdc9e1ee553 /Cargo.toml | |
| parent | 4fcd9a0de815a756e5f173e1bc1f84d90ba39ec7 (diff) | |
feat(unstable): package manager (#20517)
Adds an experimental unstable built-in package manager to Deno, but it is
currently not usable because the registry infrastructure hasn't been
setup and it points to a non-existent url by default. The default
registry url can be configured via the `DENO_REGISTRY_URL` environment
variable.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index e896d4c98..22b6aa4e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,8 +48,8 @@ deno_bench_util = { version = "0.112.0", path = "./bench_util" } test_util = { path = "./test_util" } deno_lockfile = "0.17.1" deno_media_type = { version = "0.1.1", features = ["module_specifier"] } -deno_npm = "0.14.0" -deno_semver = "0.4.0" +deno_npm = "0.15.0" +deno_semver = "0.5.0" # exts deno_broadcast_channel = { version = "0.112.0", path = "./ext/broadcast_channel" } |
