File tree Expand file tree Collapse file tree 12 files changed +18
-20
lines changed
partiql-conformance-test-generator
partiql-conformance-tests Expand file tree Collapse file tree 12 files changed +18
-20
lines changed Original file line number Diff line number Diff line change 3
3
members = [
4
4
" partiql" ,
5
5
" partiql-ast" ,
6
- " partiql-conformance-test-generator" ,
7
6
" partiql-conformance-tests" ,
7
+ " partiql-conformance-test-generator" ,
8
8
" partiql-source-map" ,
9
9
" partiql-eval" ,
10
10
" partiql-ir" ,
@@ -14,7 +14,7 @@ members = [
14
14
]
15
15
16
16
exclude = [
17
+ " partiql-cli" ,
17
18
" partiql-playground" ,
18
- " partiql-cli"
19
19
]
20
20
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ exclude = [
13
13
" **/.github/**" ,
14
14
]
15
15
edition = " 2021"
16
- version = " 0.1.1-alpha. 0"
16
+ version = " 0.1.0"
17
17
18
18
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
19
19
20
20
[lib ]
21
21
path = " src/lib.rs"
22
22
23
23
[dependencies ]
24
- partiql-source-map = { path = " ../partiql-source-map" , version = " 0.1.1-alpha. 0" }
24
+ partiql-source-map = { path = " ../partiql-source-map" , version = " 0.1.0" }
25
25
26
26
derive_builder = " ~0.11.1"
27
27
rust_decimal = { version = " 1.25.0" , default-features = false , features = [" std" ] }
Original file line number Diff line number Diff line change @@ -15,9 +15,7 @@ exclude = [
15
15
" **/.appveyor.yml" ,
16
16
]
17
17
edition = " 2021"
18
- version = " 0.1.1-alpha.0"
19
-
20
- [workspace ]
18
+ version = " 0.1.0"
21
19
22
20
# Example of customizing binaries in Cargo.toml.
23
21
[[bin ]]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ exclude = [
14
14
" **/.travis.yml" ,
15
15
" **/.appveyor.yml" ,
16
16
]
17
- version = " 0.1.1-alpha. 0"
17
+ version = " 0.1.0"
18
18
edition = " 2021"
19
19
20
20
# TODO: fill in other details
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ exclude = [
14
14
" **/.travis.yml" ,
15
15
" **/.appveyor.yml" ,
16
16
]
17
- version = " 0.1.1-alpha. 0"
17
+ version = " 0.1.0"
18
18
edition = " 2021"
19
19
20
20
[[bin ]]
@@ -31,10 +31,10 @@ required-features = ["report_tool"]
31
31
walkdir = " 2.3"
32
32
ion-rs = " 0.6.0"
33
33
codegen = " 0.1.3"
34
- partiql-conformance-test-generator = { path = " ../partiql-conformance-test-generator" , version = " 0.1.1-alpha. 0" }
34
+ partiql-conformance-test-generator = { path = " ../partiql-conformance-test-generator" , version = " 0.1.0" }
35
35
36
36
[dependencies ]
37
- partiql-parser = { path = " ../partiql-parser" , version = " 0.1.1-alpha. 0" }
37
+ partiql-parser = { path = " ../partiql-parser" , version = " 0.1.0" }
38
38
39
39
serde = { version = " 1.*" , features = [" derive" ], optional = true }
40
40
serde_json = { version = " 1.*" , optional = true }
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ exclude = [
15
15
" **/.appveyor.yml" ,
16
16
]
17
17
edition = " 2021"
18
- version = " 0.1.1-alpha. 0"
18
+ version = " 0.1.0"
19
19
20
20
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
21
21
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ exclude = [
15
15
" **/.appveyor.yml" ,
16
16
]
17
17
edition = " 2021"
18
- version = " 0.1.1-alpha. 0"
18
+ version = " 0.1.0"
19
19
20
20
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
21
21
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ exclude = [
15
15
" **/.appveyor.yml" ,
16
16
]
17
17
edition = " 2021"
18
- version = " 0.1.1-alpha. 0"
18
+ version = " 0.1.0"
19
19
20
20
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
21
21
[build-dependencies ]
22
22
lalrpop = " ~0.19.7"
23
23
24
24
[dependencies ]
25
- partiql-ast = { path = " ../partiql-ast" , version = " 0.1.1-alpha. 0" }
26
- partiql-source-map = { path = " ../partiql-source-map" , version = " 0.1.1-alpha. 0" }
25
+ partiql-ast = { path = " ../partiql-ast" , version = " 0.1.0" }
26
+ partiql-source-map = { path = " ../partiql-source-map" , version = " 0.1.0" }
27
27
28
28
thiserror = " ~1.0.24"
29
29
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ exclude = [
13
13
" **/.github/**" ,
14
14
]
15
15
edition = " 2021"
16
- version = " 0.1.1-alpha. 0"
16
+ version = " 0.1.0"
17
17
18
18
[workspace ]
19
19
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ exclude = [
15
15
" **/.appveyor.yml" ,
16
16
]
17
17
edition = " 2021"
18
- version = " 0.1.1-alpha. 0"
18
+ version = " 0.1.0"
19
19
20
20
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
21
21
You can’t perform that action at this time.
0 commit comments