Skip to content

Commit b1c40f2

Browse files
committed
add v
1 parent 4cf767e commit b1c40f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ thiserror = "2.0.9"
2121
[dev-dependencies]
2222
serde = { version = "1.0", features = ["derive"] }
2323
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"]}
24+
2625

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

0 commit comments

Comments
 (0)