Skip to content

Commit

Permalink
Push version to 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kammerchorinnsbruck committed Jun 21, 2022
1 parent fa96c46 commit 42442dc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions jaq-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jaq-core"
version = "0.6.0"
version = "0.7.0"
authors = ["Michael Färber <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -15,7 +15,7 @@ default = ["std"]
std = []

[dependencies]
jaq-parse = { version = "0.6", path = "../jaq-parse" }
jaq-parse = { version = "0.7.0", path = "../jaq-parse" }
ahash = "0.3.8"
indexmap = "1.8.1"
itertools = "0.10.3"
Expand Down
2 changes: 1 addition & 1 deletion jaq-parse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jaq-parse"
version = "0.6.0"
version = "0.7.0"
authors = ["Michael Färber <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
8 changes: 4 additions & 4 deletions jaq-std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jaq-std"
version = "0.6.0"
version = "0.7.0"
authors = ["Michael Färber <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -13,13 +13,13 @@ keywords = ["json", "query", "jq"]
default = ["bincode"]

[build-dependencies]
jaq-parse = { version = "0.6", path = "../jaq-parse" }
jaq-parse = { version = "0.7.0", path = "../jaq-parse" }
bincode = { version = "1.3.3", optional = true }

[dependencies]
jaq-parse = { version = "0.6", path = "../jaq-parse" }
jaq-parse = { version = "0.7.0", path = "../jaq-parse" }
bincode = { version = "1.3.3", optional = true }

[dev-dependencies]
jaq-core = { version = "0.6", path = "../jaq-core" }
jaq-core = { version = "0.7.0", path = "../jaq-core" }
serde_json = "1.0"
6 changes: 3 additions & 3 deletions jaq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jaq"
version = "0.6.0"
version = "0.7.0"
authors = ["Michael Färber <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -12,8 +12,8 @@ categories = ["command-line-utilities", "compilers", "parser-implementations"]
rust-version = "1.61"

[dependencies]
jaq-core = { version = "0.6", path = "../jaq-core" }
jaq-std = { version = "0.6", path = "../jaq-std" }
jaq-core = { version = "0.7.0", path = "../jaq-core" }
jaq-std = { version = "0.7.0", path = "../jaq-std" }
ariadne = "0.1.5"
chumsky = "0.8.0"
clap = { version = "3.1.18", features = ["derive"] }
Expand Down

0 comments on commit 42442dc

Please sign in to comment.