Skip to content

Commit d5c13da

Browse files
committed
add v for deps
1 parent bf249c9 commit d5c13da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ 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}
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]
2424
serde = { version = "1.0", features = ["derive"] }

jsonpath-rust-impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2024"
77
proc-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" }
1111
syn = "2.0.101"
1212
proc-macro2 = "1.0.95"
1313
quote = "1.0.40"

0 commit comments

Comments
 (0)