Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
yamafaktory committed Feb 16, 2024
1 parent 7b7e9ae commit 7d288f8
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 = "7.1.4"
version = "7.1.5"

[workspace.lints.rust]
missing_debug_implementations = "warn"
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 = "7.1.4" }
jql-parser = { path = "../jql-parser", version = "7.1.5" }
rayon = "1.8.1"
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 @@ -14,7 +14,7 @@ version = { workspace = true }
anyhow = "1.0.79"
clap = { version = "4.5.0", features = ["derive"] }
colored_json = { version = "4.1.0" }
jql-runner = { path = "../jql-runner", version = "7.1.4" }
jql-runner = { path = "../jql-runner", version = "7.1.5" }
serde = "1.0.196"
serde_stacker = "0.1.11"
serde_json = { workspace = true }
Expand Down

0 comments on commit 7d288f8

Please sign in to comment.