Skip to content

Commit d27af19

Browse files
committed
0.2.8
1 parent d1921a8 commit d27af19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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"
3-
version = "0.2.7" #:version
3+
version = "0.2.8" #:version
44
authors = ["Andrew Gallant <[email protected]>"]
55
license = "Unlicense OR MIT"
66
repository = "https://github.com/BurntSushi/jiff"
@@ -196,7 +196,7 @@ serde = { version = "1.0.203", 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.7", path = "crates/jiff-static" }
199+
jiff-static = { version = "=0.2.8", 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jiff-static"
3-
version = "0.2.7" #:version
3+
version = "0.2.8" #:version
44
authors = ["Andrew Gallant <[email protected]>"]
55
license = "Unlicense OR MIT"
66
homepage = "https://github.com/BurntSushi/jiff/tree/master/crates/jiff-static"

0 commit comments

Comments
 (0)