Skip to content

Commit

Permalink
build: update version diff template
Browse files Browse the repository at this point in the history
  • Loading branch information
wackywendell committed Jan 7, 2025
1 parent 47d5088 commit 811aa33
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions ci/version-diff-template
Original file line number Diff line number Diff line change
@@ -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 @@
Expand All @@ -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]
Expand All @@ -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"
Expand All @@ -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 @@
Expand All @@ -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]
Expand All @@ -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 = ["."]
Expand All @@ -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"
Expand All @@ -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.
Expand All @@ -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.
Expand All @@ -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 @@
Expand All @@ -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}" }}
Expand Down

0 comments on commit 811aa33

Please sign in to comment.