From 68c728b26f5a2edda8aced23355b8a39999d771c Mon Sep 17 00:00:00 2001 From: Erik Desjardins Date: Sat, 8 Aug 2020 16:21:51 -0400 Subject: [PATCH] 0.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69a7798..245cf5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -283,7 +283,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "jsssa" -version = "0.0.2" +version = "0.0.3" dependencies = [ "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "insta 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 8bdf1d0..041a6bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsssa" -version = "0.0.2" +version = "0.0.3" description = "JS optimizer with SSA-based IR" edition = "2018"