gitpatcher 0.2.2

A library that uses git to maintain a set of patches around a submodule
Documentation
1
2
3
4
5
6
7
8
#[rustversion::nightly]
fn main() {
    // TODO: Eliminate this hack
    println!("cargo:rustc-cfg=backtrace");
}

#[rustversion::not(nightly)]
fn main() {}