This commit is contained in:
Andrew Gallant 2025-05-20 15:55:34 -04:00
parent 39b9903e06
commit 8105228403
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.13" #:version
version = "0.2.14" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
license = "Unlicense OR MIT"
repository = "https://github.com/BurntSushi/jiff"
@ -196,7 +196,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.13", path = "crates/jiff-static" }
jiff-static = { version = "=0.2.14", 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.13" #:version
version = "0.2.14" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
license = "Unlicense OR MIT"
homepage = "https://github.com/BurntSushi/jiff/tree/master/crates/jiff-static"