File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ regex = "1"
17
17
pest = " 2.7.15"
18
18
pest_derive = " 2.7.15"
19
19
thiserror = " 2.0.9"
20
- jsonpath-rust-impl = {path = " jsonpath-rust-impl" , optional = true }
21
- jsonpath-ast = {path = " jsonpath-ast" }
20
+ jsonpath-rust-impl = {path = " jsonpath-rust-impl" , optional = true , version = " 0.1.0 " }
21
+ jsonpath-ast = {path = " jsonpath-ast" , version = " 0.1.0 " , features = [ " compiled-path " ] }
22
22
23
23
[dev-dependencies ]
24
24
serde = { version = " 1.0" , features = [" derive" ] }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2024"
7
7
proc-macro = true
8
8
9
9
[dependencies ]
10
- jsonpath-ast = { path = " ../jsonpath-ast" , features = [" compiled-path" ] }
10
+ jsonpath-ast = { path = " ../jsonpath-ast" , features = [" compiled-path" ], version = " 0.1.0 " }
11
11
syn = " 2.0.101"
12
12
proc-macro2 = " 1.0.95"
13
13
quote = " 1.0.40"
You can’t perform that action at this time.
0 commit comments