Skip to content

Commit

Permalink
new: changed version to 0.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pamburus committed Apr 15, 2024
1 parent ba2ae42 commit 16bdbe7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ categories = ["command-line-utilities"]
description = "Utility for viewing json-formatted log files."
keywords = ["cli", "human", "log"]
name = "hl"
version = "0.27.3-alpha.3"
version = "0.27.3"
edition = "2021"
build = "build.rs"

Expand All @@ -19,12 +19,16 @@ sha2 = "0"
[dependencies]
atoi = "2"
bincode = "1"
bitmask = "0"
bitmask = "0"
bytefmt = "0"
capnp = "0.19"
chrono = { version = "0.4", default-features = false, features = ["clock", "serde", "std"] }
chrono = { version = "0.4", default-features = false, features = [
"clock",
"serde",
"std",
] }
chrono-tz = { version = "0", features = ["serde"] }
clap = {version = "4", features = ["wrap_help", "derive", "env"]}
clap = { version = "4", features = ["wrap_help", "derive", "env"] }
closure = "0"
collection_macros = "0"
config = "0"
Expand Down Expand Up @@ -59,7 +63,7 @@ signal-hook = "0"
snap = "1"
thiserror = "1"
wildflower = { git = "https://github.com/cassaundra/wildflower.git" }
winapi = {version = "0", features = ["handleapi"]}
winapi = { version = "0", features = ["handleapi"] }
wyhash = "0"

[target.'cfg(target_os = "macos")'.dependencies]
Expand Down

0 comments on commit 16bdbe7

Please sign in to comment.