Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
yamafaktory committed Jul 10, 2024
1 parent eb67fcd commit 0adbdea
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.12"
version = "7.1.13"

[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 @@ -12,7 +12,7 @@ version.workspace = true

[dependencies]
indexmap = { version = "2.2.6", features = ["rayon"] }
jql-parser = { path = "../jql-parser", version = "7.1.12" }
jql-parser = { path = "../jql-parser", version = "7.1.13" }
rayon = "1.10.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 @@ -14,7 +14,7 @@ version.workspace = true
anyhow = "1.0.86"
clap = { version = "4.5.9", features = ["derive"] }
colored_json = { version = "5.0.0" }
jql-runner = { path = "../jql-runner", version = "7.1.12" }
jql-runner = { path = "../jql-runner", version = "7.1.13" }
serde = "1.0.204"
serde_stacker = "0.1.11"
serde_json.workspace = true
Expand Down

0 comments on commit 0adbdea

Please sign in to comment.