Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
yamafaktory committed Oct 2, 2023
1 parent 713a417 commit 4749dd2
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.0.3"
version = "7.0.4"

# 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 = "7.0.3" }
jql-parser = { path = "../jql-parser", version = "7.0.4" }
rayon = "1.8.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.75"
clap = { version = "4.4.6", features = ["derive"] }
colored_json = { version = "3.2.0" }
jql-runner = { path = "../jql-runner", version = "7.0.3" }
jql-runner = { path = "../jql-runner", version = "7.0.4" }
serde = "1.0.188"
serde_stacker = "0.1.10"
serde_json = { workspace = true }
Expand Down

0 comments on commit 4749dd2

Please sign in to comment.