Merge pull request #145 from RustSec/support-toml

support.toml: Initial file
This commit is contained in:
Tony Arcieri
2019-09-01 17:16:07 -07:00
committed by GitHub

3
support.toml Normal file
View File

@@ -0,0 +1,3 @@
# Minimum supported version of the `rustsec` crate
[rustsec]
version = ">= 0.12"