From a20aa8d0c8e05eb4a6d44b436e0f14ffbdc54536 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 1 Sep 2019 17:04:28 -0700 Subject: [PATCH] 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 --- support.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 support.toml diff --git a/support.toml b/support.toml new file mode 100644 index 00000000..1faaa8be --- /dev/null +++ b/support.toml @@ -0,0 +1,3 @@ +# Minimum supported version of the `rustsec` crate +[rustsec] +version = ">= 0.12"