Skip to content

Commit

Permalink
Update to branch with liquid bugfix
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bottriell <[email protected]>
Signed-off-by: Ryan Bottriell <[email protected]>
  • Loading branch information
rydrman committed Apr 10, 2023
1 parent c2c2dd8 commit 61a891a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
20 changes: 8 additions & 12 deletions Cargo.lock

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

12 changes: 10 additions & 2 deletions crates/spk-schema/crates/liquid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,22 @@ migration-to-components = ["spk-schema-foundation/migration-to-components"]

[dependencies]
lazy_static = "1.4"
liquid = "0.26.0"
liquid-core = "0.26.0"
format_serde_error = {version = "0.3", default_features = false, features = ["colored"]}
regex = "1.6.0"
serde = "1.0"
serde_json = "1.0"
spk-schema-foundation = { path = "../foundation" }
tracing = "0.1.35"

# this branch is needed until it or a similar solution
# is accepted to solve the broken use of the default filter
# eg: {{ does.not.exit | default: value }}
[dependencies.liquid]
git = "https://github.com/rydrman/liquid-rust"
branch = "allow-nil-filter-entry"
[dependencies.liquid-core]
git = "https://github.com/rydrman/liquid-rust"
branch = "allow-nil-filter-entry"

[dev-dependencies]
rstest = "0.15.0"

0 comments on commit 61a891a

Please sign in to comment.