Skip to content

Commit e415f78

Browse files
authored
Publish new trustfall and trustfall_core to expose SchemaAdapter. (#329)
1 parent 002d630 commit e415f78

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

trustfall/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trustfall"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
license = "Apache-2.0"
55
description = "The trustfall query engine, empowering you to query everything."
66
repository = "https://github.com/obi1kenobi/trustfall"
@@ -16,7 +16,7 @@ rustdoc-args = ["--cfg", "docsrs"]
1616

1717
[dependencies]
1818
anyhow = "1.0.69"
19-
trustfall_core = { version = "=0.5.0", path = "../trustfall_core" }
19+
trustfall_core = { version = "=0.5.1", path = "../trustfall_core" }
2020
trustfall_derive = { version = "=0.3.0", path = "../trustfall_derive" }
2121

2222
[dev-dependencies] # including examples dependencies

trustfall_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trustfall_core"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
license = "Apache-2.0"
55
description = "The trustfall query engine, empowering you to query everything."
66
repository = "https://github.com/obi1kenobi/trustfall"

0 commit comments

Comments
 (0)