This commit is contained in:
Andrew Gallant 2025-03-22 20:40:58 -04:00
parent 86e1497117
commit 8d9ff39020
No known key found for this signature in database
GPG key ID: B2E3A4923F8B0D44
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "jiff"
version = "0.2.4" #:version
version = "0.2.5" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
license = "Unlicense OR MIT"
repository = "https://github.com/BurntSushi/jiff"
@ -201,7 +201,7 @@ serde = { version = "1.0.203", optional = true, default-features = false }
#
# See: https://github.com/matklad/macro-dep-test
[target.'cfg(any())'.dependencies]
jiff-static = { version = "=0.2.4", path = "crates/jiff-static" }
jiff-static = { version = "=0.2.5", path = "crates/jiff-static" }
# Note that the `cfg` gate for the `tzdb-bundle-platform` must repeat the
# target gate on this dependency. The intent is that `tzdb-bundle-platform`

View file

@ -1,6 +1,6 @@
[package]
name = "jiff-static"
version = "0.2.4" #:version
version = "0.2.5" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
license = "Unlicense OR MIT"
homepage = "https://github.com/BurntSushi/jiff/tree/master/crates/jiff-static"