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

Commit e63c32c

Browse files
committed
bump lib-ruby-parser
1 parent 0fc5f82 commit e63c32c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ version = "0.1.0"
99
cbindgen = "0.20.0"
1010

1111
[build-dependencies]
12-
lib-ruby-parser-nodes = {version = "0.38.0"}
12+
lib-ruby-parser-nodes = {version = "0.47.0"}

ruby-parser-cpp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ default = []
1515
tests = []
1616

1717
[dependencies]
18-
lib-ruby-parser = {version = "3.0.12"}
18+
lib-ruby-parser = {version = "4.0.0+ruby-3.1.0"}
1919

2020
[profile.dev]
2121
panic = "abort"

0 commit comments

Comments
 (0)