Skip to content

Commit e5b7f0d

Browse files
committed
0.2.23
1 parent ff23414 commit e5b7f0d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jiff"
3-
version = "0.2.22" #:version
3+
version = "0.2.23" #:version
44
authors = ["Andrew Gallant <jamslam@gmail.com>"]
55
license = "Unlicense OR MIT"
66
repository = "https://github.com/BurntSushi/jiff"
@@ -179,7 +179,7 @@ perf-inline = []
179179

180180
[dependencies]
181181
jiff-static = { version = "0.2", path = "crates/jiff-static", optional = true }
182-
jiff-tzdb = { version = "0.1.5", path = "crates/jiff-tzdb", optional = true }
182+
jiff-tzdb = { version = "0.1.6", path = "crates/jiff-tzdb", optional = true }
183183
log = { version = "0.4.21", optional = true, default-features = false }
184184
serde_core = { version = "1.0.221", optional = true, default-features = false }
185185

@@ -196,7 +196,7 @@ serde_core = { version = "1.0.221", optional = true, default-features = false }
196196
#
197197
# See: https://github.com/matklad/macro-dep-test
198198
[target.'cfg(any())'.dependencies]
199-
jiff-static = { version = "=0.2.22", path = "crates/jiff-static" }
199+
jiff-static = { version = "=0.2.23", path = "crates/jiff-static" }
200200

201201
# Note that the `cfg` gate for the `tzdb-bundle-platform` must repeat the
202202
# target gate on this dependency. The intent is that `tzdb-bundle-platform`

crates/jiff-static/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jiff-static"
3-
version = "0.2.22" #:version
3+
version = "0.2.23" #:version
44
authors = ["Andrew Gallant <jamslam@gmail.com>"]
55
license = "Unlicense OR MIT"
66
homepage = "https://github.com/BurntSushi/jiff/tree/master/crates/jiff-static"
@@ -36,7 +36,7 @@ tz-fat = []
3636
perf-inline = []
3737

3838
[dependencies]
39-
jiff-tzdb = { version = "0.1.4", path = "../jiff-tzdb", optional = true }
39+
jiff-tzdb = { version = "0.1.6", path = "../jiff-tzdb", optional = true }
4040
proc-macro2 = "1.0.93"
4141
quote = "1.0.38"
4242
syn = "2.0.98"

0 commit comments

Comments
 (0)