rustversion-detect 0.2.2

Parses the output of rustc --version for use in build scripts
Documentation
1
2
3
4
5
6
7
# the `ignore` option is unstable
unstable_features = true
ignore = [
    # taken from dtonlay/rustversion,
    # which does not use rustfmt
    "src/build/*.rs",
]