diff --git a/Cargo.toml b/Cargo.toml index 727d746..a7361df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadow-rs" -version = "0.36.0" +version = "0.36.1" authors = ["baoyachi "] edition = "2021" description = "A build-time information stored in your rust project" @@ -18,7 +18,7 @@ exclude = ["shadow-rs.png", "build_module.png"] all-features = true [dependencies] -is_debug = "1.0.1" +is_debug = "1.0.2" const_format = { version = "0.2.22", default-features = false } time = { version = "0.3.36", features = ["formatting", "local-offset", "parsing"], default-features = false } diff --git a/example_wasm/Cargo.toml b/example_wasm/Cargo.toml index e434dbc..a61c033 100644 --- a/example_wasm/Cargo.toml +++ b/example_wasm/Cargo.toml @@ -10,4 +10,8 @@ crate-type = ["cdylib", "rlib"] [dependencies] -shadow-rs = { path = "../", default-features = false, features = ["tzdb"] } \ No newline at end of file +shadow-rs = { path = "../", default-features = false, features = ["tzdb"] } + + +[package.metadata.wasm-pack.profile.release] +wasm-opt = false