From 06b0bd5aa6978c231cde30765d38483db8d0d26e Mon Sep 17 00:00:00 2001 From: baoyachi Date: Fri, 13 Dec 2024 21:01:33 +0800 Subject: [PATCH 1/3] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 727d746..76c5a28 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" From 16c0043e407971cc73c25f55431d9d6fdffff8ba Mon Sep 17 00:00:00 2001 From: baoyachi Date: Fri, 13 Dec 2024 21:02:08 +0800 Subject: [PATCH 2/3] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 76c5a28..a7361df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 } From eff28e40a9be8923f9208e90ef8c98e70bba6883 Mon Sep 17 00:00:00 2001 From: baoyachi Date: Fri, 13 Dec 2024 21:12:10 +0800 Subject: [PATCH 3/3] Update Cargo.toml --- example_wasm/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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