Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into issue/184
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Oct 8, 2024
2 parents 4648347 + 4358b4a commit a5270cc
Showing 1 changed file with 2 additions and 2 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.34.0"
version = "0.35.0"
authors = ["baoyachi <[email protected]>"]
edition = "2021"
description = "A build-time information stored in your rust project"
Expand All @@ -20,7 +20,7 @@ all-features = true
[dependencies]
is_debug = "1.0.1"
const_format = { version = "0.2.22", default-features = false }
time = { version = "0.3.11", features = ["formatting", "local-offset", "parsing"], default-features = false }
time = { version = "0.3.36", features = ["formatting", "local-offset", "parsing"], default-features = false }


#! Optional Dependencies:
Expand Down

0 comments on commit a5270cc

Please sign in to comment.