mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -05:00
v0.2.3
- console.assert should not throw error (#1335) - Support more modes in deno.open (#1282, #1336) - Simplify code fetch logic (#1322) - readDir entry mode (#1326) - Use stderr for exceptions (#1303) - console.log formatting improvements (#1327, #1299) - Expose TooLarge error code for buffers (#1298)
This commit is contained in:
parent
769994bd4e
commit
c69d2f554d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
# crates.
|
||||
[package]
|
||||
name = "deno"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
|
||||
[dependencies]
|
||||
atty = "=0.2.11"
|
||||
|
|
Loading…
Reference in a new issue