Skip to content

Commit

Permalink
Merge pull request #27 from pamburus/release/0.10.8
Browse files Browse the repository at this point in the history
fix: revert pool module due to introduced regression
  • Loading branch information
pamburus authored Feb 2, 2022
2 parents 94efe6e + c051f7d commit e930255
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 252 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.

2 changes: 1 addition & 1 deletion 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.10.7"
version = "0.10.8"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ mod eseq;
mod filtering;
mod formatting;
mod model;
mod pool;
mod scanning;

// conditional public modules
Expand Down
174 changes: 0 additions & 174 deletions src/pool.rs

This file was deleted.

Loading

0 comments on commit e930255

Please sign in to comment.