Files
advisory-db/support.toml
Tony Arcieri a20aa8d0c8 support.toml: Initial file
Adds an initial file indicating what version of the `rustsec` the
advisory database is compatible with. This is designed for use with
the corresponding feature in the `rustsec` crate:

https://github.com/RustSec/rustsec-crate/pull/76
2019-09-01 17:04:28 -07:00

4 lines
81 B
TOML

# Minimum supported version of the `rustsec` crate
[rustsec]
version = ">= 0.12"