substrait/gen/
version.in

1// SPDX-License-Identifier: Apache-2.0
2
3// Note that this file is auto-generated and auto-synced using `build.rs`. It is
4// included in `version.rs`.
5
6/// The major version of Substrait used to build this crate
7pub const SUBSTRAIT_MAJOR_VERSION: u32 = 0;
8
9/// The minor version of Substrait used to build this crate
10pub const SUBSTRAIT_MINOR_VERSION: u32 = 72;
11
12/// The patch version of Substrait used to build this crate
13pub const SUBSTRAIT_PATCH_VERSION: u32 = 0;
14
15/// The Git SHA (lower hex) of Substrait used to build this crate
16pub const SUBSTRAIT_GIT_SHA: &str = "gd01089bfba0353319915d90ab3bc4ff479e3b0eb";
17
18/// The `git describe` output of the Substrait submodule used to build this
19/// crate
20pub const SUBSTRAIT_GIT_DESCRIBE: &str = "v0.72.0-0-gd01089bfba0353319915d90ab3bc4ff479e3b0eb
21";
22
23/// The amount of commits between the latest tag and the version of the
24/// Substrait submodule used to build this crate
25pub const SUBSTRAIT_GIT_DEPTH: u32 = 0;
26
27/// The dirty state of the Substrait submodule used to build this crate
28pub const SUBSTRAIT_GIT_DIRTY: bool = false;
29
30/// A constant with the Substrait version as name, to trigger semver bumps when
31/// the Substrait version changes.
32#[doc(hidden)]
33pub const SUBSTRAIT_0_72_0: () = ();