Skip to content

Commit a5270cc

Browse files
committed
Merge remote-tracking branch 'origin/master' into issue/184
2 parents 4648347 + 4358b4a commit a5270cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadow-rs"
3-
version = "0.34.0"
3+
version = "0.35.0"
44
authors = ["baoyachi <[email protected]>"]
55
edition = "2021"
66
description = "A build-time information stored in your rust project"
@@ -20,7 +20,7 @@ all-features = true
2020
[dependencies]
2121
is_debug = "1.0.1"
2222
const_format = { version = "0.2.22", default-features = false }
23-
time = { version = "0.3.11", features = ["formatting", "local-offset", "parsing"], default-features = false }
23+
time = { version = "0.3.36", features = ["formatting", "local-offset", "parsing"], default-features = false }
2424

2525

2626
#! Optional Dependencies:

0 commit comments

Comments
 (0)