From 811aa33256e458e6c5f65a9e4268b3155fe4ce6c Mon Sep 17 00:00:00 2001 From: Wendell Smith Date: Mon, 6 Jan 2025 17:28:18 -0500 Subject: [PATCH] build: update version diff template --- ci/version-diff-template | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/ci/version-diff-template b/ci/version-diff-template index 6bbe4926..c66fb3c0 100644 --- a/ci/version-diff-template +++ b/ci/version-diff-template @@ -1,5 +1,5 @@ diff --git a/c/Cargo.toml b/c/Cargo.toml -index d8ad49b..4bd02ef 100644 +index 114b0cc..fc9ce3e 100644 --- a/c/Cargo.toml +++ b/c/Cargo.toml @@ -1,6 +1,6 @@ @@ -10,7 +10,7 @@ index d8ad49b..4bd02ef 100644 edition = "2021" license = "Apache-2.0" -@@ -12,7 +12,7 @@ doc = false +@@ -16,7 +16,7 @@ protoc = ["substrait-validator/protoc"] cbindgen = "0.27.0" [dependencies] @@ -20,7 +20,7 @@ index d8ad49b..4bd02ef 100644 thiserror = "2.0" once_cell = "1.19" diff --git a/derive/Cargo.toml b/derive/Cargo.toml -index 1cf1f7e..482c127 100644 +index b4ba0fc..7c24520 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -4,7 +4,7 @@ description = "Procedural macros for substrait-validator" @@ -33,7 +33,7 @@ index 1cf1f7e..482c127 100644 license = "Apache-2.0" diff --git a/py/Cargo.toml b/py/Cargo.toml -index d28af20..28abfb1 100644 +index 1ea9db1..027b71d 100644 --- a/py/Cargo.toml +++ b/py/Cargo.toml @@ -1,6 +1,6 @@ @@ -44,7 +44,7 @@ index d28af20..28abfb1 100644 edition = "2018" license = "Apache-2.0" include = [ -@@ -29,7 +29,7 @@ name = "substrait_validator" +@@ -33,7 +33,7 @@ name = "substrait_validator" doc = false [dependencies] @@ -54,7 +54,7 @@ index d28af20..28abfb1 100644 [build-dependencies] diff --git a/py/pyproject.toml b/py/pyproject.toml -index 6e602e6..dd144de 100644 +index b3b3464..dd144de 100644 --- a/py/pyproject.toml +++ b/py/pyproject.toml @@ -5,7 +5,7 @@ backend-path = ["."] @@ -67,7 +67,7 @@ index 6e602e6..dd144de 100644 readme = "README.md" license = {{ file = "LICENSE" }} diff --git a/rs/Cargo.toml b/rs/Cargo.toml -index 4144f94..791db63 100644 +index 1f9f762..84f67fa 100644 --- a/rs/Cargo.toml +++ b/rs/Cargo.toml @@ -4,7 +4,7 @@ description = "Substrait validator" @@ -79,7 +79,7 @@ index 4144f94..791db63 100644 edition = "2021" license = "Apache-2.0" include = ["src", "build.rs", "README.md"] -@@ -24,7 +24,7 @@ prost-types = "0.13.3" +@@ -29,7 +29,7 @@ prost-types = "0.13.4" # Prost doesn't generate any introspection stuff, so we hack that stuff in with # our own procedural macros. @@ -89,7 +89,7 @@ index 4144f94..791db63 100644 # Google/protobuf has a funny idea about case conventions (it converts them all # over the place) and prost remaps to Rust's conventions to boot. So, to diff --git a/rs/README.md b/rs/README.md -index 14f8216..5d908fe 100644 +index afead27..5d908fe 100644 --- a/rs/README.md +++ b/rs/README.md @@ -6,7 +6,7 @@ plans. @@ -111,7 +111,7 @@ index 14f8216..5d908fe 100644 This adds the `substrait_validator::Config::add_curl_yaml_uri_resolver()` diff --git a/tests/Cargo.toml b/tests/Cargo.toml -index cf1ba03..4f6c8d6 100644 +index 62d2f87..79cb4d5 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -1,6 +1,6 @@ @@ -122,8 +122,8 @@ index cf1ba03..4f6c8d6 100644 edition = "2018" license = "Apache-2.0" default-run = "runner" -@@ -14,7 +14,7 @@ name = "find_protoc" - path = "src/find_protoc.rs" +@@ -18,7 +18,7 @@ path = "src/find_protoc.rs" + protoc = ["dep:protobuf-src", "substrait-validator/protoc"] [dependencies] -substrait-validator = {{ path = "../rs", version = "{frm}" }}