Skip to content

Commit

Permalink
Set version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Jan 28, 2022
1 parent aec9f70 commit 5daf21e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
[package]
name = "uhlc"
version = "0.4.0"
version = "0.4.1"
description = """
A Unique Hybrid Logical Clock for Rust.
"""
Expand All @@ -26,11 +26,11 @@ edition = "2018"

[dependencies]
uuid = { version = "0.8", features = ["v4"] }
hex = "0.4.2"
hex = "0.4"
humantime = "2.0"
log = "0.4"
lazy_static = "1.4.0"
serde = { version = "1.0.55", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }

[dev-dependencies]
futures = "0.3"
Expand Down

0 comments on commit 5daf21e

Please sign in to comment.