Skip to content

Commit

Permalink
Publish new trustfall and trustfall_core to expose `SchemaAdapter…
Browse files Browse the repository at this point in the history
…`. (#329)
  • Loading branch information
obi1kenobi authored Jun 28, 2023
1 parent 002d630 commit e415f78
Show file tree
Hide file tree
Showing 3 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.

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.5.0"
version = "0.5.1"
license = "Apache-2.0"
description = "The trustfall query engine, empowering you to query everything."
repository = "https://github.com/obi1kenobi/trustfall"
Expand All @@ -16,7 +16,7 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
anyhow = "1.0.69"
trustfall_core = { version = "=0.5.0", path = "../trustfall_core" }
trustfall_core = { version = "=0.5.1", 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.5.0"
version = "0.5.1"
license = "Apache-2.0"
description = "The trustfall query engine, empowering you to query everything."
repository = "https://github.com/obi1kenobi/trustfall"
Expand Down

0 comments on commit e415f78

Please sign in to comment.