Skip to content

Commit f99ce48

Browse files
authored
Fix v0.1.0 (#170)
1 parent 89f9a22 commit f99ce48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

partiql-conformance-tests/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ required-features = ["report_tool"]
3131
walkdir = "2.3"
3232
ion-rs = "0.6.0"
3333
codegen = "0.1.3"
34-
partiql-conformance-test-generator = { path = "../partiql-conformance-test-generator" }
34+
partiql-conformance-test-generator = { path = "../partiql-conformance-test-generator", version = "0.1.0" }
3535

3636
[dependencies]
37-
partiql-parser = { path = "../partiql-parser" }
37+
partiql-parser = { path = "../partiql-parser", version = "0.1.0" }
3838

3939
serde = { version = "1.*", features = ["derive"], optional = true }
4040
serde_json = { version = "1.*", optional = true }
-9.37 MB
Binary file not shown.

0 commit comments

Comments
 (0)