Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
yamafaktory committed Apr 23, 2023
1 parent 4d3e7c4 commit d051218
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 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 @@ -16,7 +16,7 @@ keywords = ["cli", "json", "terminal", "tool", "query"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/yamafaktory/jql"
version = "6.0.4"
version = "6.0.5"

# https://github.com/rust-lang/cargo/issues/8264
[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion crates/jql-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = { workspace = true }
version = { workspace = true }

[dependencies]
jql-parser = { path = "../jql-parser", version = "6.0.4" }
jql-parser = { path = "../jql-parser", version = "6.0.5" }
rayon = "1.7.0"
serde_json = { workspace = true }
thiserror = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/jql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = { workspace = true }
anyhow = "1.0.70"
clap = { version = "4.2.4", features = ["derive"] }
colored_json = { version = "3.1.0" }
jql-runner = { path = "../jql-runner", version = "6.0.4" }
jql-runner = { path = "../jql-runner", version = "6.0.5" }
serde = "1.0.160"
serde_stacker = "0.1.8"
serde_json = { workspace = true }
Expand Down

0 comments on commit d051218

Please sign in to comment.