summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-12-07 16:31:56 -0500
committerRyan Dahl <ry@tinyclouds.org>2018-12-07 17:44:49 -0500
commite6121762f8bf3c531c4c60229ff4a156ae21d931 (patch)
tree843dc53082d94de09ed9ae7bc015c466684b7a76 /Cargo.toml
parentba429ccde860fa52258f0d5769a8d23f62029ecd (diff)
v0.2.2
- Don't crash when .mime file not exist in cache (#1291) - Process source maps in Rust instead of JS (#1280) - Use alternate TextEncoder/TextDecoder implementation (#1281) - Upgrade flatbuffers to 80d148 - Fix memory leaks (#1265, #1275)
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 d7cd0a5fe..a00b34f7e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@
# crates.
[package]
name = "deno"
-version = "0.2.1"
+version = "0.2.2"
[dependencies]
atty = "=0.2.11"