File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " substrait-validator-c"
3
- version = " 0.0.1 "
3
+ version = " 0.0.5 "
4
4
edition = " 2021"
5
5
license = " Apache-2.0"
6
6
@@ -12,7 +12,7 @@ doc = false
12
12
cbindgen = " 0.20.0"
13
13
14
14
[dependencies ]
15
- substrait-validator = { path = " ../rs" , version = " 0.0.1 " }
15
+ substrait-validator = { path = " ../rs" , version = " 0.0.5 " }
16
16
libc = " 0.2"
17
17
thiserror = " 1.0"
18
18
once_cell = " 1.9"
Original file line number Diff line number Diff line change 1
- 0.0.1
1
+ 0.0.5
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = "Procedural macros for substrait-validator"
4
4
homepage = " https://substrait.io/"
5
5
repository = " https://github.com/substrait-io/substrait"
6
6
readme = " README.md"
7
- version = " 0.0.1 "
7
+ version = " 0.0.5 "
8
8
edition = " 2021"
9
9
license = " Apache-2.0"
10
10
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " substrait-validator-py"
3
- version = " 0.0.1 "
3
+ version = " 0.0.5 "
4
4
edition = " 2018"
5
5
license = " Apache-2.0"
6
6
include = [
@@ -29,7 +29,7 @@ name = "substrait_validator"
29
29
doc = false
30
30
31
31
[dependencies ]
32
- substrait-validator = { path = " ../rs" , version = " 0.0.1 " }
32
+ substrait-validator = { path = " ../rs" , version = " 0.0.5 " }
33
33
pyo3 = { version = " 0.15.1" , features = [" extension-module" ] }
34
34
35
35
[build-dependencies ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ backend-path = ["."]
5
5
6
6
[project ]
7
7
name = " substrait-validator"
8
- version = " 0.0.1 "
8
+ version = " 0.0.5 "
9
9
description = " Validator for Substrait query plans"
10
10
readme = " README.md"
11
11
license = {file = " LICENSE" }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = "Substrait validator"
4
4
homepage = " https://substrait.io/"
5
5
repository = " https://github.com/substrait-io/substrait"
6
6
readme = " README.md"
7
- version = " 0.0.1 "
7
+ version = " 0.0.5 "
8
8
edition = " 2021"
9
9
license = " Apache-2.0"
10
10
include = [" src" , " build.rs" , " README.md" ]
@@ -24,7 +24,7 @@ prost-types = "0.10"
24
24
25
25
# Prost doesn't generate any introspection stuff, so we hack that stuff in with
26
26
# our own procedural macros.
27
- substrait-validator-derive = { path = " ../derive" , version = " 0.0.1 " }
27
+ substrait-validator-derive = { path = " ../derive" , version = " 0.0.5 " }
28
28
29
29
# Google/protobuf has a funny idea about case conventions (it converts them all
30
30
# over the place) and prost remaps to Rust's conventions to boot. So, to
Original file line number Diff line number Diff line change 6
6
7
7
```
8
8
[dependencies]
9
- substrait-validator = "0.0.1 "
9
+ substrait-validator = "0.0.5 "
10
10
```
11
11
12
12
YAML file resolution
@@ -20,7 +20,7 @@ dependency:
20
20
21
21
```
22
22
[dependencies]
23
- substrait-validator = { version = "0.0.1 ", features = ["curl"] }
23
+ substrait-validator = { version = "0.0.5 ", features = ["curl"] }
24
24
```
25
25
26
26
This adds the ` substrait_validator::Config::add_curl_yaml_uri_resolver() `
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " test-runner"
3
- version = " 0.0.1 "
3
+ version = " 0.0.5 "
4
4
edition = " 2018"
5
5
license = " Apache-2.0"
6
6
default-run = " runner"
@@ -14,7 +14,7 @@ name = "find_protoc"
14
14
path = " src/find_protoc.rs"
15
15
16
16
[dependencies ]
17
- substrait-validator = { path = " ../rs" , version = " 0.0.1 " }
17
+ substrait-validator = { path = " ../rs" , version = " 0.0.5 " }
18
18
serde = { version = " 1.0" , features = [" derive" ] }
19
19
serde_json = " 1.0"
20
20
walkdir = " 2"
You can’t perform that action at this time.
0 commit comments