summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-11-05 16:28:51 -0500
committerRyan Dahl <ry@tinyclouds.org>2018-11-05 14:51:29 -0800
commite1d5f82d36f08b9c7a7c6233b7ce354a5cf82836 (patch)
tree04ae4b738b96cbbf9a099c98a3868ac9ef4935ad /Cargo.toml
parent5c51cffacfab777eed6c5eb5135a3168dcea37ef (diff)
v0.1.11
- Performance and stability improvements on all platforms. - Add repl (#998) - Add deno.Buffer (#1121) - Support cargo check (#1128) - Upgrade Rust crates and Flatbuffers. (#1145, #1127) - Add helper to turn deno.Reader into async iterator (#1130) - Add ability to load JSON as modules (#1065) - Add deno.resources() (#1119) - Add application/x-typescript mime type support (#1111)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 88774a752..0ab752211 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@
# crates.
[package]
name = "deno"
-version = "0.0.0"
+version = "0.1.11"
[dependencies]
atty = "0.2.11"