Skip to content

Commit

Permalink
release: 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Jul 15, 2022
2 parents 7449fbb + 470e930 commit 87e54dd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@



## [0.5.3](https://github.com/Blobfolio/utc2k/releases/tag/v0.5.3) - 2022-07-14

### Changed

* Bump once_cell `=1.13.0`



## [0.5.2](https://github.com/Blobfolio/utc2k/releases/tag/v0.5.2) - 2022-07-04

### Changed
Expand Down
4 changes: 2 additions & 2 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project Dependencies
Package: utc2k
Version: 0.5.2
Generated: 2022-07-04 20:03:57 UTC
Version: 0.5.3
Generated: 2022-07-15 02:03:01 UTC

This package has no dependencies.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "utc2k"
version = "0.5.2"
version = "0.5.3"
authors = ["Blobfolio, LLC. <[email protected]>"]
edition = "2021"
rust-version = "1.62"
Expand Down Expand Up @@ -40,10 +40,10 @@ default-features = false
features = [ "std", "formatting" ]

[target.'cfg(target_arch = "x86_64")'.dev-dependencies]
serde_yaml = "0.8.*, >=0.8.4"
serde_yaml = "0.8.25"

[dependencies.once_cell]
version = "=1.12.1"
version = "=1.13.0"
optional = true

[dependencies.serde]
Expand Down

0 comments on commit 87e54dd

Please sign in to comment.