Skip to content

Commit 4cf767e

Browse files
committed
add v
1 parent d5c13da commit 4cf767e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ regex = "1"
1717
pest = "2.7.15"
1818
pest_derive = "2.7.15"
1919
thiserror = "2.0.9"
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"]}
2220

2321
[dev-dependencies]
2422
serde = { version = "1.0", features = ["derive"] }
2523
criterion = "0.5.1"
24+
jsonpath-rust-impl = {path = "jsonpath-rust-impl", optional = true, version = "0.1.0"}
25+
jsonpath-ast = {path = "jsonpath-ast", version = "0.1.0", features = ["compiled-path"]}
2626

2727
[features]
2828
compiled-path = ["jsonpath-ast/compiled-path", "dep:jsonpath-rust-impl"]

0 commit comments

Comments
 (0)