-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from baoyachi/issue_72
add stash
- Loading branch information
Showing
3 changed files
with
55 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "shadow-rs" | ||
version = "0.12.0" | ||
version = "0.13.0" | ||
authors = ["baoyachi <[email protected]>"] | ||
edition = "2021" | ||
description = "A build-time information stored in your rust project" | ||
|
@@ -11,7 +11,7 @@ repository = "https://github.com/baoyachi/shadow-rs" | |
documentation = "https://docs.rs/shadow-rs" | ||
homepage = "https://github.com/baoyachi/shadow-rs" | ||
license = "MIT AND Apache-2.0" | ||
exclude = ["shadow-rs.png","build_module.png"] | ||
exclude = ["shadow-rs.png", "build_module.png"] | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
||
|
@@ -20,8 +20,9 @@ all-features = true | |
|
||
[dependencies] | ||
is_debug = "1.0.1" | ||
chrono = "0.4.13" | ||
const_format = "0.2.22" | ||
tz-rs = "0.6.11" | ||
time = { version = "0.3.11", features = ["formatting", "local-offset", "parsing"] } | ||
|
||
#! Optional Dependencies: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters