Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit bc6745f

Browse files
committed
downgrade liquid, cut 0.55.0
1 parent 01aab43 commit bc6745f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ edition = "2021"
55
license = "MIT"
66
name = "lib-ruby-parser-nodes"
77
repository = "https://github.com/lib-ruby-parser/nodes"
8-
version = "0.54.0"
8+
version = "0.55.0"
99

1010
[dependencies]
11-
liquid = "0.26.1"
12-
liquid-core = "0.26.1"
11+
liquid = "= 0.26.0"
12+
liquid-core = "= 0.26.0"
1313
serde = {version = "1.0", features = ["derive"]}

0 commit comments

Comments
 (0)