diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2020-01-21 12:16:59 -0500 |
|---|---|---|
| committer | Ry Dahl <ry@tinyclouds.org> | 2020-01-21 12:44:05 -0500 |
| commit | 7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa (patch) | |
| tree | f22f75af3625a6c797055f627d20bc46df3644de /core | |
| parent | 9de8178c9b9bc21cc880ea81f163118408cc6c46 (diff) | |
v0.30.1
This patch release is being done only to test crate publishing, hence
lack of release notes or published binaries.
Diffstat (limited to 'core')
| -rw-r--r-- | core/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index e4163518f..9f05f7528 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_core" -version = "0.30.0" +version = "0.30.1" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] @@ -21,7 +21,7 @@ libc = "0.2.66" log = "0.4.8" serde_json = "1.0.44" url = "2.1.0" -rusty_v8 = "0.1.0" +rusty_v8 = "=0.1.0" [[example]] name = "deno_core_http_bench" |
