mirror of
https://github.com/BurntSushi/jiff.git
synced 2025-12-23 08:47:45 +00:00
0.2.5
This commit is contained in:
parent
86e1497117
commit
8d9ff39020
2 changed files with 3 additions and 3 deletions
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue