2c57cd77d7
Installing sq from crates.io (cargo install sequoia-sq) was broken by a semver-compatible change in Tera. Running cargo test uses the lockfile and isn't affected. This has the side benefit of reducing dependency bloat, the baseline depends on check/build/build --release but in the case of a non-release build the dependency count goes from 403 to 315. Fixes #2. The subplot/tera issue was likely triggered by this change in tera 1.18: <https://github.com/Keats/tera/pull/799>.
3 lines
75 B
Rust
3 lines
75 B
Rust
#![cfg(feature = "subplot")]
|
|
include!(concat!(env!("OUT_DIR"), "/sq.rs"));
|