Skip to content

Commit

Permalink
Merge pull request #194 from baoyachi/baoyachi-patch-1
Browse files Browse the repository at this point in the history
Upgrade is_debug crate version
  • Loading branch information
baoyachi authored Dec 13, 2024
2 parents 2871b24 + eff28e4 commit 704e9d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shadow-rs"
version = "0.36.0"
version = "0.36.1"
authors = ["baoyachi <[email protected]>"]
edition = "2021"
description = "A build-time information stored in your rust project"
Expand All @@ -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 }

Expand Down
6 changes: 5 additions & 1 deletion example_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ crate-type = ["cdylib", "rlib"]


[dependencies]
shadow-rs = { path = "../", default-features = false, features = ["tzdb"] }
shadow-rs = { path = "../", default-features = false, features = ["tzdb"] }


[package.metadata.wasm-pack.profile.release]
wasm-opt = false

0 comments on commit 704e9d1

Please sign in to comment.