ritual 0.0.0

Automatic generator of C++ library wrappers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Versions of the dependencies of the generated crate.
//!
//! These versions are used in `Cargo.toml` of the generated crate.
//!
//! It's not easy to determine the versions automatically
//! because the build tools crate is not even a part of the generator build.
//! Make sure to update versions here when the actual version of the dependency changes.

/// Version of `ritual_build` crate.
pub const BUILD_TOOLS_VERSION: &str = "0.0.0";

/// Version of `cpp_utils` crate.
pub const CPP_UTILS_VERSION: &str = "0.2.1";