mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
v1.10.1
This commit is contained in:
parent
0e17f086ce
commit
1cd1419e18
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -524,7 +524,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
version = "1.10.0"
|
version = "1.10.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty",
|
"atty",
|
||||||
"base64 0.13.0",
|
"base64 0.13.0",
|
||||||
|
@ -6,6 +6,10 @@ https://github.com/denoland/deno/releases
|
|||||||
We also have one-line install commands at:
|
We also have one-line install commands at:
|
||||||
https://github.com/denoland/deno_install
|
https://github.com/denoland/deno_install
|
||||||
|
|
||||||
|
### 1.10.1 / 2021.05.11
|
||||||
|
|
||||||
|
- fix(#10603): Disable lsp workspaces, resolve deadlock bug
|
||||||
|
|
||||||
### 1.10.0 / 2021.05.11
|
### 1.10.0 / 2021.05.11
|
||||||
|
|
||||||
- feat: "deno test" prompts number of tests and origin (#10428)
|
- feat: "deno test" prompts number of tests and origin (#10428)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "deno"
|
name = "deno"
|
||||||
version = "1.10.0"
|
version = "1.10.1"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["the Deno authors"]
|
authors = ["the Deno authors"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
Loading…
Reference in New Issue
Block a user