Skip to content

Commit

Permalink
Release v0.5.0 with Arc-based query execution. (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed May 30, 2023
1 parent 245337f commit 94c6243
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 trustfall/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trustfall"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = ["Predrag Gruevski <obi1kenobi82@gmail.com>"]
license = "Apache-2.0"
Expand All @@ -15,7 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
anyhow = "1.0.69"
trustfall_core = { version = "=0.4.0", path = "../trustfall_core" }
trustfall_core = { version = "=0.5.0", path = "../trustfall_core" }
trustfall_derive = { version = "=0.3.0", path = "../trustfall_derive" }

[dev-dependencies] # including examples dependencies
Expand Down
2 changes: 1 addition & 1 deletion trustfall_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trustfall_core"
version = "0.4.0"
version = "0.5.0"
authors = ["Predrag Gruevski <obi1kenobi82@gmail.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 94c6243

Please sign in to comment.