提交 e6121762 编写于 作者: R Ryan Dahl

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)
上级 ba429ccd
......@@ -6,7 +6,7 @@
# crates.
[package]
name = "deno"
version = "0.2.1"
version = "0.2.2"
[dependencies]
atty = "=0.2.11"
......
......@@ -3,7 +3,7 @@ use libdeno;
use std::ffi::CStr;
// TODO Extract this version string from Cargo.toml.
pub const DENO: &str = "0.2.1";
pub const DENO: &str = "0.2.2";
pub fn v8() -> &'static str {
let version = unsafe { libdeno::deno_v8_version() };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册