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"