Skip to content

Commit

Permalink
new: switched wildflower source to official repository (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
pamburus authored Mar 29, 2024
1 parent 98bcdc8 commit bfa0b02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 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.1"
version = "0.27.3-alpha.2"
edition = "2021"
build = "build.rs"

Expand Down Expand Up @@ -58,7 +58,7 @@ shellwords = "1"
signal-hook = "0"
snap = "1"
thiserror = "1"
wildflower = { git = "https://github.com/pamburus/wildflower.git" }
wildflower = { git = "https://github.com/cassaundra/wildflower.git" }
winapi = {version = "0", features = ["handleapi"]}
wyhash = "0"

Expand Down

0 comments on commit bfa0b02

Please sign in to comment.