diff --git a/Cargo.lock b/Cargo.lock index d14ab603..dce6d71a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -503,7 +503,7 @@ dependencies = [ [[package]] name = "hl" -version = "0.9.0-alpha.0" +version = "0.9.0" dependencies = [ "ansi_term", "anyhow", @@ -524,7 +524,7 @@ dependencies = [ "error-chain", "flate2", "heapless", - "itertools 0.10.0", + "itertools 0.9.0", "itoa", "num_cpus", "platform-dirs", diff --git a/Cargo.toml b/Cargo.toml index 3ea70f40..1f70d5b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ categories = ["command-line-utilities"] description = "Utility for viewing json-formatted log files." keywords = ["cli", "human", "log"] name = "hl" -version = "0.9.0-alpha.0" +version = "0.9.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html