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"
1717pest = " 2.7.15"
1818pest_derive = " 2.7.15"
1919thiserror = " 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 " ] }
2222
2323[dev-dependencies ]
2424serde = { version = " 1.0" , features = [" derive" ] }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2024"
77proc-macro = true
88
99[dependencies ]
10- jsonpath-ast = { path = " ../jsonpath-ast" , features = [" compiled-path" ] }
10+ jsonpath-ast = { path = " ../jsonpath-ast" , features = [" compiled-path" ], version = " 0.1.0 " }
1111syn = " 2.0.101"
1212proc-macro2 = " 1.0.95"
1313quote = " 1.0.40"
You can’t perform that action at this time.
0 commit comments